nav: add $baseurl to nav template context

This commit is contained in:
fabrixxm 2012-06-19 03:38:43 -04:00
parent 4c6a432130
commit 7a33bf88cf
1 changed files with 1 additions and 0 deletions

View File

@ -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,