Newer
Older
mailpiler / webui / controller / common / footer.php
@SJ SJ on 8 Feb 2012 205 bytes added the webui to the tarball
<?php  


class ControllerCommonFooter extends Controller {

   protected function index() {

      $this->id = "footer";
      $this->template = "common/footer.tpl";


      $this->render();
   }


}

?>