X-Git-Url: http://git.polytechnique.org/?a=blobdiff_plain;f=classes%2FPage.php;h=01a52c34cb56fadf2c06e48b8fb4d70da1eaf311;hb=e74946a3a6836e4767c8f7a103683f4e8b53f88e;hp=1b76701452e243232df844bc4dd84b6e157c755e;hpb=099b92fc62909e63f61bd1367a553a557743ba95;p=platal.git diff --git a/classes/Page.php b/classes/Page.php index 1b76701..01a52c3 100644 --- a/classes/Page.php +++ b/classes/Page.php @@ -23,8 +23,6 @@ require_once 'smarty/libs/Smarty.class.php'; class PlatalPage extends Smarty { - // {{{ properties - var $_page_type; var $_tpl; var $_errors; @@ -35,7 +33,6 @@ class PlatalPage extends Smarty var $config_overwrite = false; var $use_sub_dirs = false; - // }}} // {{{ function PlatalPage() function PlatalPage($tpl, $type = SKINNED) @@ -68,7 +65,6 @@ class PlatalPage extends Smarty { $this->_tpl = $tpl; $this->_page_type = $type; - $this->_page_type = $type; $this->assign('xorg_tpl', $tpl); } @@ -134,14 +130,6 @@ class PlatalPage extends Smarty } // }}} - // {{{ function run() - - function run() - { - die ("implement me"); - } - - // }}} // {{{ function nb_errs() function nb_errs() @@ -168,14 +156,6 @@ class PlatalPage extends Smarty } // }}} - // {{{ function loadModule() - - function loadModule($modname) - { - require_once("$modname.inc.php"); - } - - // }}} // {{{ function addJsLink function addJsLink($path)