prepare function for JM without menus and stuff
authorx2000habouzit <x2000habouzit>
Sat, 31 Jul 2004 10:14:27 +0000 (10:14 +0000)
committerx2000habouzit <x2000habouzit>
Sat, 31 Jul 2004 10:14:27 +0000 (10:14 +0000)
include/auto.prepend.inc.php

index 3351e91..0aa473c 100644 (file)
@@ -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);
 }