3 require_once("include/nav.php");
5 function navigation_content(&$a) {
7 $nav_info = nav_info($a);
13 $tpl = get_markup_template('navigation.tpl');
14 return replace_macros($tpl, array(
15 '$baseurl' => $a->get_baseurl(),
16 '$langselector' => lang_selector(),
17 '$sitelocation' => $nav_info['sitelocation'],
18 '$nav' => $nav_info['nav'],
19 '$banner' => $nav_info['banner'],
20 '$emptynotifications' => t('Nothing new here'),
21 '$userinfo' => $nav_info['userinfo'],
22 '$sel' => $a->nav_sel,
24 '$clear_notifs' => t('Clear notifications')