mirror of
https://bitbucket.org/jsuto/piler.git
synced 2025-06-13 16:27:03 +02:00
improved group handling
This commit is contained in:
@ -8,7 +8,7 @@ class ControllerLoginLogout extends Controller {
|
||||
|
||||
$this->id = "content";
|
||||
$this->template = "login/logout.tpl";
|
||||
$this->layout = "common/layout";
|
||||
$this->layout = "common/layout-minimal";
|
||||
|
||||
$request = Registry::get('request');
|
||||
|
||||
|
Reference in New Issue
Block a user