aboutsummaryrefslogtreecommitdiffstats
path: root/include/nav.php
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2012-06-29 20:12:44 -0700
committerfriendica <info@friendica.com>2012-06-29 20:12:44 -0700
commitffd5217ffaab826eb7f16c112a9f39b548298b81 (patch)
tree60e3caf5666e0528d2e3970486964b2acd92e73f /include/nav.php
parent78e03abed8e72e29d2463e9de8e279dc86e5d39e (diff)
parent1b27e24bb727c20346b81dc2f02ffac9105f5622 (diff)
downloadvolse-hubzilla-ffd5217ffaab826eb7f16c112a9f39b548298b81.tar.gz
volse-hubzilla-ffd5217ffaab826eb7f16c112a9f39b548298b81.tar.bz2
volse-hubzilla-ffd5217ffaab826eb7f16c112a9f39b548298b81.zip
Merge https://github.com/friendica/friendica into pull
Diffstat (limited to 'include/nav.php')
-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,