X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=include%2Fnav.php;h=e26cc8889a916ebae6d1c807a6651e3e6540cd8e;hb=db09724aec91a55ba76d8e0cd451a91895bc1e9c;hp=a67a8b614182f90716cfea6eb0bc140d043450e1;hpb=6e4760dd9c512147309b5e4a98d25216610f81da;p=friendica.git diff --git a/include/nav.php b/include/nav.php index a67a8b6141..e26cc8889a 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,