Fixed current page highlight in nab, fixed output of pobox on homepage to display dynamic content

Signed-off-by: Nathan Booth <nath.booth@gmail.com>
This commit is contained in:
Nathan Booth
2011-12-19 21:54:40 +00:00
parent 0567763fba
commit c0571fb1d5
5 changed files with 17 additions and 4 deletions

View File

@@ -7,5 +7,6 @@ for ($i = 1; $i <= 6; ++$i){
}
$this->smarty->assign('days', $tbl_header_date);
$this->smarty->assign('services', $services);
$this->smarty->assign('requested_page', $this->page);
?>

View File

@@ -12,5 +12,4 @@ if ($auth->isAuthenticated()) {
$this->smarty->assign('authenticated', $authenticated);
$this->smarty->assign('auth', $auth);
$this->smarty->assign('user', $user);
?>

View File

@@ -43,5 +43,6 @@ if ($request->exists('do')) {
$this->smarty->assign('activity', $activity);
$this->smarty->assign('successes', $successes);
$this->smarty->assign('errors', $errors);
$this->smarty->assign('requested_page', $this->page);
?>