diff options
author | Fabrixxm <fabrix.xm@gmail.com> | 2012-06-29 05:29:29 -0400 |
---|---|---|
committer | Fabrixxm <fabrix.xm@gmail.com> | 2012-06-29 05:29:29 -0400 |
commit | 0fb08e3642e195da071c6f8d01248c3565ae0cc3 (patch) | |
tree | e19ad444b32162bb2a3b5beba5f304097c0f45d6 /include/nav.php | |
parent | be658788de3632599d00483511439a3df537b854 (diff) | |
download | volse-hubzilla-0fb08e3642e195da071c6f8d01248c3565ae0cc3.tar.gz volse-hubzilla-0fb08e3642e195da071c6f8d01248c3565ae0cc3.tar.bz2 volse-hubzilla-0fb08e3642e195da071c6f8d01248c3565ae0cc3.zip |
nav: pass $baseurl to template
Diffstat (limited to 'include/nav.php')
-rw-r--r-- | include/nav.php | 1 |
1 files changed, 1 insertions, 0 deletions
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, |