My favorites | Sign in
Project Home Downloads Wiki Issues Source
Checkout   Browse   Changes    
 
1
2
3
4
5
6
7
8
9
10
11
<?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);
}

}

Change log

r375 by rgigger on Oct 28, 2009   Diff
getting everything commited
switching back to just svn for now
Go to: 
Project members, sign in to write a code review

Older revisions

r161 by rgigger on Dec 11, 2007   Diff
this should be the new default
starting point for projects
All revisions of this file

File info

Size: 255 bytes, 11 lines
Powered by Google Project Hosting