From: fabrixxm Date: Tue, 19 Jun 2012 07:38:43 +0000 (-0400) Subject: nav: add $baseurl to nav template context X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=7a33bf88cf546d55b5fac50f1168853c8dd83b39;p=friendica.git nav: add $baseurl to nav template context --- diff --git a/include/nav.php b/include/nav.php index d760cc8ae5..6759c31f65 100644 --- a/include/nav.php +++ b/include/nav.php @@ -162,6 +162,7 @@ function nav(&$a) { $tpl = get_markup_template('nav.tpl'); $a->page['nav'] .= replace_macros($tpl, array( + '$baseurl' => $a->get_baseurl(), '$langselector' => lang_selector(), '$sitelocation' => $sitelocation, '$nav' => $nav,