From 0fb08e3642e195da071c6f8d01248c3565ae0cc3 Mon Sep 17 00:00:00 2001 From: Fabrixxm Date: Fri, 29 Jun 2012 05:29:29 -0400 Subject: nav: pass $baseurl to template --- include/nav.php | 1 + 1 file changed, 1 insertion(+) diff --git a/include/nav.php b/include/nav.php index a67a8b614..e26cc8889 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, -- cgit v1.2.3