diff options
author | friendica <info@friendica.com> | 2012-06-29 16:34:23 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2012-06-29 16:34:23 -0700 |
commit | 1b27e24bb727c20346b81dc2f02ffac9105f5622 (patch) | |
tree | a3f090db847cb404297833252be8b02134c30104 /include/nav.php | |
parent | be658788de3632599d00483511439a3df537b854 (diff) | |
parent | a03e6b96ea96c81d4cb1a1e8c4e86a8a3a82863e (diff) | |
download | volse-hubzilla-1b27e24bb727c20346b81dc2f02ffac9105f5622.tar.gz volse-hubzilla-1b27e24bb727c20346b81dc2f02ffac9105f5622.tar.bz2 volse-hubzilla-1b27e24bb727c20346b81dc2f02ffac9105f5622.zip |
Merge pull request #368 from fabrixxm/master
Some work on quattro
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, |