/stationary/couch/extend/AppGui.php
http://zoop.googlecode.com/ · PHP · 11 lines · 9 code · 2 blank · 0 comment · 0 complexity · 309ef79c1127857b89e5062e0dead279 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);
- }
-
- }