Remove main, usefull and article menus from basepage controller

This commit is contained in:
DariusIII
2018-05-04 11:10:48 +02:00
parent d54c7298a8
commit 42d3fdf2dc
2 changed files with 1 additions and 4 deletions
+1
View File
@@ -1,4 +1,5 @@
2018-05-04 DariusIII
* Chg: Remove main, usefull and article menus from basepage controller
* Chg: Update utils-admin.js with tinymce
2018-05-03 DariusIII
* Chg: Adjust code in template files
@@ -284,10 +284,6 @@ class BasePageController extends Controller
$this->smarty->assign('recentforumpostslist', Forumpost::getPosts(Settings::settingValue('..showrecentforumposts')));
}
$this->smarty->assign('main_menu', $this->smarty->fetch('mainmenu.tpl'));
$this->smarty->assign('useful_menu', $this->smarty->fetch('usefullinksmenu.tpl'));
$this->smarty->assign('article_menu', $this->smarty->fetch('articlesmenu.tpl'));
if (! empty($this->userdata)) {
$parentcatlist = Category::getForMenu($this->userdata['categoryexclusions'], $this->userdata['rolecategoryexclusions']);
} else {