Newer
Older
mailpiler / webui / controller / common / layout-empty.php
@SJ SJ on 8 Feb 2012 199 bytes added the webui to the tarball
<?php  

class ControllerCommonLayoutempty extends Controller {

      protected function index() {

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

         $this->render();
      }


}


?>