delete old notifications

This commit is contained in:
Serghey Rodin 2016-06-27 20:29:09 +03:00
commit 2788426567
4 changed files with 17 additions and 3 deletions

View file

@ -23,7 +23,7 @@
</div>
<!-- /.l-menu -->
<div class="l-profile noselect">
<a class="l-profile__notifications <? if($panel[$user]['NOTIFICATIONS'] == 'yes') echo "updates"; ?>">&nbsp;</a>
<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; ?>"><?=$user?></a>
<a class="l-profile__logout" href="/logout/"> <?=__('Log out')?> </a>
</div>