mirror of
https://github.com/NNTmux/newznab-tmux.git
synced 2026-08-29 01:08:56 +00:00
Remove main, usefull and article menus from basepage controller
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user