Newer
Older
mailpiler / webui / controller / common / layout-email.php
@SJ SJ on 27 Jun 2012 199 bytes improved group handling
<?php  

class ControllerCommonLayoutemail extends Controller {

      protected function index() {

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

         $this->render();
      }


}


?>