Anne set testbubble banner to be fixed, I added the other notification types to /notifcations, added link to notifcations drop-down for all notifications and added notifications drop-down to testbubble theme

This commit is contained in:
Devlon Duthie 2011-10-07 01:25:08 -05:00
parent 2802c142cb
commit f5fc8dabe5
12 changed files with 320 additions and 124 deletions

View file

@ -114,7 +114,7 @@ function nav(&$a) {
/* only show friend requests for normal pages. Other page types have automatic friendship. */
if($_SESSION['page_flags'] == PAGE_NORMAL) {
$nav['notifications'] = array('notifications', t('Notifications'), "", t('Friend requests'));
$nav['notifications'] = array('notifications/network', t('Notifications'), "", t('Notifications'));
}
$nav['messages'] = array('message', t('Messages'), "", t('Private mail'));