Current File : /home/jvzmxxx/wiki/extensions/MobileFrontend/includes/skins/secondaryButton.mustache
{{^hasUnseenNotifications}}
<a href="{{url}}" title="{{title}}"
   class="{{class}} user-button main-header-button" id="secondary-button">
    {{title}}
</a>
{{/hasUnseenNotifications}}
{{#hasUnseenNotifications}}
<a href="{{url}}" title="{{title}}"
  id="secondary-button"
  class="notification-count user-button notification-unseen
    {{#isNotificationCountZero}}zero{{/isNotificationCountZero}}">
	<div class="circle">
		 <span>
			{{notificationCount}}
		</span>
	</div>
</a>
{{/hasUnseenNotifications}}