class PlatalPage extends Smarty
{
- // {{{ properties
-
var $_page_type;
var $_tpl;
var $_errors;
var $config_overwrite = false;
var $use_sub_dirs = false;
- // }}}
// {{{ function PlatalPage()
function PlatalPage($tpl, $type = SKINNED)
{
$this->_tpl = $tpl;
$this->_page_type = $type;
- $this->_page_type = $type;
$this->assign('xorg_tpl', $tpl);
}
}
// }}}
- // {{{ function run()
-
- function run()
- {
- die ("implement me");
- }
-
- // }}}
// {{{ function nb_errs()
function nb_errs()
}
// }}}
- // {{{ function loadModule()
-
- function loadModule($modname)
- {
- require_once("$modname.inc.php");
- }
-
- // }}}
// {{{ function addJsLink
function addJsLink($path)