diff options
author | Mario Vavti <mario@mariovavti.com> | 2018-01-27 22:23:47 +0100 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2018-01-27 22:23:47 +0100 |
commit | 2e4e56f7cc696b2c52014f0050294826caa74d7d (patch) | |
tree | 3c9d7a83fc13c878d134de2981e75a7278f06df7 /Zotlabs/Widget | |
parent | 7c600b03803bfddd2d98084ef5c1976e35b84f9e (diff) | |
download | volse-hubzilla-2e4e56f7cc696b2c52014f0050294826caa74d7d.tar.gz volse-hubzilla-2e4e56f7cc696b2c52014f0050294826caa74d7d.tar.bz2 volse-hubzilla-2e4e56f7cc696b2c52014f0050294826caa74d7d.zip |
if startpage is /hq redirect all notifications links to /hq and minor notifications and hq fixes
Diffstat (limited to 'Zotlabs/Widget')
-rw-r--r-- | Zotlabs/Widget/Notifications.php | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Zotlabs/Widget/Notifications.php b/Zotlabs/Widget/Notifications.php index 5a0c1f3d5..322a7b60a 100644 --- a/Zotlabs/Widget/Notifications.php +++ b/Zotlabs/Widget/Notifications.php @@ -145,7 +145,8 @@ class Notifications { '$module' => \App::$module, '$notifications' => $notifications, '$no_notifications' => t('Sorry, you have got no notifications at the moment'), - '$loading' => t('Loading') + '$loading' => t('Loading'), + '$startpage' => get_pconfig(local_channel(), 'system', 'startpage') )); return $o; |