Add basic notifications

This commit is contained in:
DariusIII
2019-08-09 12:30:37 +02:00
parent db8138d678
commit 18212e7f7e
8 changed files with 35 additions and 23 deletions
@@ -300,6 +300,8 @@ class BasePageController extends Controller
}
$header_menu = $this->smarty->fetch('headermenu.tpl');
$this->smarty->assign('header_menu', $header_menu);
$notification = $this->smarty->fetch('notification.tpl');
$this->smarty->assign('notification', $notification);
}
/**