user notification panel

This commit is contained in:
Serghey Rodin 2016-11-15 11:24:46 +02:00
commit a10d358e7c
2 changed files with 8 additions and 2 deletions

View file

@ -17,12 +17,14 @@
<!-- /.l-menu -->
<div class="l-profile">
<a class="l-profile__notifications <? if($panel[$user]['NOTIFICATIONS'] == 'yes') echo " updates"; ?>">&nbsp;</a>
<a class="l-profile__username" href="/edit/user/?user=<?php echo $user; ?>"><? if(($_SESSION['user'] == 'admin') && ($user != 'admin')) echo 'admin → ' ?><?=$user?></a>
<a class="l-profile__logout" href="/logout/"> <?=__('Log out')?> </a>
</div>
<!-- /.l-profile -->
</div>
</div>
<ul class="notification-container hidden"></ul>
<!-- /.l-header -->
@ -99,4 +101,4 @@
<!-- /.l-stats -->
</div>
<div class="l-separator"></div>
<!-- /.l-separator -->
<!-- /.l-separator -->