From: x2000habouzit Date: Sat, 31 Jul 2004 10:14:27 +0000 (+0000) Subject: prepare function for JM without menus and stuff X-Git-Tag: xorg/old~1780 X-Git-Url: http://git.polytechnique.org/?a=commitdiff_plain;h=eb25f9f3ff06d952da12912cc8babea108be519a;p=platal.git prepare function for JM without menus and stuff --- diff --git a/include/auto.prepend.inc.php b/include/auto.prepend.inc.php index 3351e91..0aa473c 100644 --- a/include/auto.prepend.inc.php +++ b/include/auto.prepend.inc.php @@ -31,6 +31,10 @@ function new_skinned_page($tpl_name, $min_auth, $popup=false, $tpl_head="") { _new_page(SKINNED, $tpl_name, $tpl_head, $min_auth, $popup); } +function new_simple_page($tpl_name, $min_auth, $popup=false, $tpl_head="") { + _new_page(SKINNED, $tpl_name, $tpl_head, $min_auth, $popup); +} + function new_nonhtml_page($tpl_name, $min_auth) { _new_page(NO_SKIN, $tpl_name, "", $min_auth, false); }