Update themes and routes

This commit is contained in:
DariusIII
2018-04-04 12:13:46 +02:00
parent 0f260b27c2
commit f78076b257
9 changed files with 302 additions and 305 deletions
@@ -343,4 +343,13 @@ class BasePageController extends Controller
$this->render();
}
/**
* @throws \Exception
*/
public function index()
{
$this->setPrefs();
$this->pagerender();
}
}