/stationary/basic/extend/AppGui.php
http://zoop.googlecode.com/ · PHP · 11 lines · 9 code · 2 blank · 0 comment · 0 complexity · 93e4ffbc66c334fddc0a1ba4979da6c2 MD5 · raw file
- <?php
- class AppGui extends Gui
- {
- function fetch($tpl_file, $cache_id = null, $compile_id = null, $display = false)
- {
- $this->assign("TEMPLATE_CONTENT", $tpl_file);
-
- return parent::fetch('layouts/main.tpl', $cache_id, $compile_id, $display);
- }
-
- }