From eb25f9f3ff06d952da12912cc8babea108be519a Mon Sep 17 00:00:00 2001 From: x2000habouzit Date: Sat, 31 Jul 2004 10:14:27 +0000 Subject: [PATCH] prepare function for JM without menus and stuff --- include/auto.prepend.inc.php | 4 ++++ 1 file changed, 4 insertions(+) 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); } -- 2.1.4