Newer
Older
mailpiler / webui / controller / common / layout-email.php
@SJ SJ on 6 Jul 2012 256 bytes webui code cleanup
<?php  

class ControllerCommonLayoutemail extends Controller {

      protected function index() {

         $this->data['title'] = $this->document->title;

         $this->template = "common/layout-email.tpl";

         $this->render();
      }


}


?>