mirror of
https://bitbucket.org/jsuto/piler.git
synced 2025-07-28 17:55:00 +02:00
improved group handling
This commit is contained in:
16
webui/controller/common/layout-email.php
Normal file
16
webui/controller/common/layout-email.php
Normal file
@@ -0,0 +1,16 @@
|
||||
<?php
|
||||
|
||||
class ControllerCommonLayoutemail extends Controller {
|
||||
|
||||
protected function index() {
|
||||
|
||||
$this->template = "common/layout-email.tpl";
|
||||
|
||||
$this->render();
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
|
||||
|
||||
?>
|
Reference in New Issue
Block a user