projects
/
platal.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a6e510d
)
prepare function for JM without menus and stuff
author
x2000habouzit
<x2000habouzit>
Sat, 31 Jul 2004 10:14:27 +0000
(10:14 +0000)
committer
x2000habouzit
<x2000habouzit>
Sat, 31 Jul 2004 10:14:27 +0000
(10:14 +0000)
include/auto.prepend.inc.php
patch
|
blob
|
blame
|
history
diff --git
a/include/auto.prepend.inc.php
b/include/auto.prepend.inc.php
index
3351e91
..
0aa473c
100644
(file)
--- 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);
}