piler/webui/controller/common/layout-email.php

17 lines
199 B
PHP
Raw Normal View History

2012-06-27 11:17:23 +02:00
<?php
class ControllerCommonLayoutemail extends Controller {
protected function index() {
$this->template = "common/layout-email.tpl";
$this->render();
}
}
?>