/apps/timeline/extend/AppGui.php
http://zoop.googlecode.com/ · PHP · 13 lines · 10 code · 3 blank · 0 comment · 0 complexity · 0268fa999897a0c39ad5266bde9799be MD5 · raw file
- <?php
- class AppGui extends Gui
- {
- public $layout;
-
- function fetch($tpl_file, $cache_id = null, $compile_id = null, $display = false)
- {
- $this->assign("TEMPLATE_CONTENT", $tpl_file);
-
- return parent::fetch("layouts/{$this->layout}.tpl", $cache_id, $compile_id, $display);
- }
-
- }