From fab8dad184fe26fd393079a03917aff6b0ad76a0 Mon Sep 17 00:00:00 2001 From: x2000habouzit Date: Mon, 31 Jul 2006 20:11:35 +0000 Subject: [PATCH] remove cruft git-svn-id: svn+ssh://murphy/home/svn/platal/trunk@762 839d8a87-29fc-0310-9880-83ba4fa771e5 --- classes/Page.php | 20 -------------------- 1 file changed, 20 deletions(-) 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) -- 2.1.4