From 5292e3a100dd8da20865167e59f859a528676df7 Mon Sep 17 00:00:00 2001 From: friendica Date: Mon, 29 Sep 2014 21:58:35 -0700 Subject: implement a "powered-by" but leave it turned off until somebody with a good eye for layout can figure out where best to put it. --- include/nav.php | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'include/nav.php') diff --git a/include/nav.php b/include/nav.php index 98d1b644e..c35466412 100644 --- a/include/nav.php +++ b/include/nav.php @@ -239,6 +239,12 @@ EOT; $x = array('nav' => $nav, 'usermenu' => $userinfo ); call_hooks('nav', $x); +// Not sure the best place to put this on the page. So I'm implementing it but leaving it +// turned off until somebody discovers this and figures out a good location for it. +$powered_by = ''; + +// $powered_by = 'redr#matrix'; + $tpl = get_markup_template('nav.tpl'); $a->page['nav'] .= replace_macros($tpl, array( @@ -250,6 +256,7 @@ EOT; '$userinfo' => $x['usermenu'], '$localuser' => local_user(), '$sel' => $a->nav_sel, + '$powered_by' => $powered_by, '$pleasewait' => t('Please wait...') )); -- cgit v1.2.3