X-Git-Url: http://git.polytechnique.org/?a=blobdiff_plain;f=classes%2FPage.php;h=1b76701452e243232df844bc4dd84b6e157c755e;hb=099b92fc62909e63f61bd1367a553a557743ba95;hp=1f45385e95dbedb91754f72e9dbd5d1801d75499;hpb=4d4c2cdf23d529adca3314c2ba6acb9b280e3444;p=platal.git diff --git a/classes/Page.php b/classes/Page.php index 1f45385..1b76701 100644 --- a/classes/Page.php +++ b/classes/Page.php @@ -62,22 +62,6 @@ class PlatalPage extends Smarty } // }}} - // {{{ function fakeDiogenes() - - function fakeDiogenes() - { - require_once 'diogenes/diogenes.core.page.inc.php'; - $this->register_function("extval","diogenes_func_extval"); - $this->register_function("flags","diogenes_func_flags"); - $this->register_function("a","diogenes_func_a"); - $this->register_function("checkbox","diogenes_func_checkbox"); - $this->register_function("diff","diogenes_func_diff"); - $this->register_function("menu_item","diogenes_func_menu_item"); - $this->register_function("tag","diogenes_func_tag"); - $this->register_function("toolbar","diogenes_func_toolbar"); - } - - // }}} // {{{ function changeTpl() function changeTpl($tpl, $type = SKINNED)