PageRenderTime 32ms CodeModel.GetById 12ms RepoModel.GetById 0ms app.codeStats 0ms

/webui/controller/common/layout-empty.php

https://bitbucket.org/sailsdigital/piler-remi
PHP | 16 lines | 8 code | 8 blank | 0 comment | 0 complexity | e46d6fb7007c9989530f9958822c2367 MD5 | raw file
Possible License(s): GPL-3.0
  1. <?php
  2. class ControllerCommonLayoutempty extends Controller {
  3. protected function index() {
  4. $this->template = "common/layout-empty.tpl";
  5. $this->render();
  6. }
  7. }
  8. ?>