mirror of
http://aero2k.de/repos/dfde-theme.git
synced 2017-09-06 15:25:40 +02:00
Neue Nachrichten rot hinterlegen
Mouseoverhover ist aber noch kaputt, lohnt sich erst einzubauen, falls Feature akzeptiert wurde.
This commit is contained in:
@@ -28,9 +28,18 @@
|
||||
<!-- EVENT navbar_header_username_append -->
|
||||
</li>
|
||||
<!-- IF S_DISPLAY_PM -->
|
||||
|
||||
<!-- IF PRIVATE_MESSAGE_COUNT >= 1 -->
|
||||
|
||||
<li class="small-icon icon-pm rightside" data-skip-responsive="true">
|
||||
<a href="{U_PRIVATEMSGS}" role="menuitem" class="newPMarrived"><span>{L_PRIVATE_MESSAGES} [</span><strong>{PRIVATE_MESSAGE_COUNT}</strong><span>]</span></a>
|
||||
</li>
|
||||
<!-- ELSE -->
|
||||
<li class="small-icon icon-pm rightside" data-skip-responsive="true">
|
||||
<a href="{U_PRIVATEMSGS}" role="menuitem"><span>{L_PRIVATE_MESSAGES} [</span><strong>{PRIVATE_MESSAGE_COUNT}</strong><span>]</span></a>
|
||||
</li>
|
||||
|
||||
<!-- ENDIF -->
|
||||
<!-- ENDIF -->
|
||||
<!-- IF S_NOTIFICATIONS_DISPLAY -->
|
||||
<li class="small-icon icon-notification dropdown-container dropdown-{S_CONTENT_FLOW_END} rightside" data-skip-responsive="true">
|
||||
|
||||
Reference in New Issue
Block a user