Remove show in menu and related functions

This commit is contained in:
DariusIII
2024-07-25 20:34:50 +02:00
parent 06ec6bd68d
commit e1dfea9283
8 changed files with 1 additions and 57 deletions
@@ -178,8 +178,6 @@ class BasePageController extends Controller
}
$content = new Contents();
$this->smarty->assign('usefulcontentlist', $content->getForMenuByTypeAndRole(Contents::TYPEUSEFUL, $role));
$this->smarty->assign('articlecontentlist', $content->getForMenuByTypeAndRole(Contents::TYPEARTICLE, $role));
if ($this->userdata !== null) {
$this->smarty->assign('recentforumpostslist', Forumpost::getPosts(Settings::settingValue('..showrecentforumposts')));
}