aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorFabrixxm <fabrix.xm@gmail.com>2012-06-29 05:29:29 -0400
committerFabrixxm <fabrix.xm@gmail.com>2012-06-29 05:29:29 -0400
commit0fb08e3642e195da071c6f8d01248c3565ae0cc3 (patch)
treee19ad444b32162bb2a3b5beba5f304097c0f45d6 /include
parentbe658788de3632599d00483511439a3df537b854 (diff)
downloadvolse-hubzilla-0fb08e3642e195da071c6f8d01248c3565ae0cc3.tar.gz
volse-hubzilla-0fb08e3642e195da071c6f8d01248c3565ae0cc3.tar.bz2
volse-hubzilla-0fb08e3642e195da071c6f8d01248c3565ae0cc3.zip
nav: pass $baseurl to template
Diffstat (limited to 'include')
-rw-r--r--include/nav.php1
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,