mirror of
https://github.com/myvesta/vesta
synced 2025-08-14 18:49:21 -07:00
delete old notifications
This commit is contained in:
parent
5f4f05386f
commit
2788426567
4 changed files with 17 additions and 3 deletions
|
@ -23,7 +23,7 @@
|
|||
</div>
|
||||
<!-- /.l-menu -->
|
||||
<div class="l-profile noselect">
|
||||
<a class="l-profile__notifications <? if($panel[$user]['NOTIFICATIONS'] == 'yes') echo "updates"; ?>"> </a>
|
||||
<a class="l-profile__notifications <? if($panel[$user]['NOTIFICATIONS'] == 'yes') echo " updates"; ?>"> </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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue