more theme notify fixes

This commit is contained in:
friendica 2012-02-23 00:28:26 -08:00
parent 41636a50aa
commit fd43e2c563
2 changed files with 2 additions and 1 deletions

View file

@ -117,7 +117,7 @@ function nav(&$a) {
$nav['introductions'] = array('notifications/intros', t('Introductions'), "", t('Friend Requests'));
$nav['notifications'] = array('notifications', t('Notifications'), "", t('Notifications'));
$nav['notifications']['all']=array('notifications/system', t('See all notifications'), "", "");
$nav['notifications']['mark'] = array('', t('Mark all notifications seen'), '','');
$nav['notifications']['mark'] = array('', t('Mark all system notifications seen'), '','');
}