setAdminPrefs(); $title = 'Failed Releases List'; $frellist = Release::getFailedRange(); $this->smarty->assign('releaselist', $frellist); $content = $this->smarty->fetch('failrel-list.tpl'); $this->smarty->assign( [ 'title' => $title, 'content' => $content, ] ); $this->adminrender(); } }