Merge branch 'develop' of github.com:optiz0r/status-board into develop
This commit is contained in:
@@ -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);
|
||||
|
||||
?>
|
||||
@@ -12,5 +12,4 @@ if ($auth->isAuthenticated()) {
|
||||
$this->smarty->assign('authenticated', $authenticated);
|
||||
$this->smarty->assign('auth', $auth);
|
||||
$this->smarty->assign('user', $user);
|
||||
|
||||
?>
|
||||
@@ -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);
|
||||
|
||||
?>
|
||||
Reference in New Issue
Block a user