diff options
author | friendica <info@friendica.com> | 2013-01-08 11:59:29 -0800 |
---|---|---|
committer | friendica <info@friendica.com> | 2013-01-08 11:59:29 -0800 |
commit | a96d3ac66f50615ffc0ba764fdeba14cdae00c86 (patch) | |
tree | 3d10d634839c9d5628d4df8abe1e1881d9211a93 /include/nav.php | |
parent | 3b213c5fc76d7392f1fd825b9db4fb4dfb8b9940 (diff) | |
download | volse-hubzilla-a96d3ac66f50615ffc0ba764fdeba14cdae00c86.tar.gz volse-hubzilla-a96d3ac66f50615ffc0ba764fdeba14cdae00c86.tar.bz2 volse-hubzilla-a96d3ac66f50615ffc0ba764fdeba14cdae00c86.zip |
The rest of the front end for the new notifications - now only missing "mark all seen" for some types, ajax loader for a couple of types, and perhaps a birthday cake icon if any birthdays today, a bit of css cleanup of duplicated or obsolete stuff
Diffstat (limited to 'include/nav.php')
-rw-r--r-- | include/nav.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/nav.php b/include/nav.php index aa98192c8..644264a92 100644 --- a/include/nav.php +++ b/include/nav.php @@ -143,7 +143,7 @@ EOT; $nav['intros']['all']=array('intro', t('See all channel introductions'), "", ""); - $nav['notifications'] = array('notifications', t('Notifications'), "", t('Notifications')); + $nav['notifications'] = array('notifications/system', t('Notifications'), "", t('Notifications')); $nav['notifications']['all']=array('notifications/system', t('See all notifications'), "", ""); $nav['notifications']['mark'] = array('', t('Mark all system notifications seen'), '',''); |