summaryrefslogtreecommitdiffstats
path: root/pages/content/Pages:New.xml
diff options
context:
space:
mode:
authorneoraider <devnull@localhost>2006-10-14 17:13:02 +0200
committerneoraider <devnull@localhost>2006-10-14 17:13:02 +0200
commita55cccfbc9ba53fb4b4b28586cfeb9e5e035a6a7 (patch)
tree107eecff2176d1e531ecf102f168d3117bd88c16 /pages/content/Pages:New.xml
parent460c7f2127b5ae1f5562ff503edf5c69ff7be01b (diff)
downloadneon-a55cccfbc9ba53fb4b4b28586cfeb9e5e035a6a7.tar
neon-a55cccfbc9ba53fb4b4b28586cfeb9e5e035a6a7.zip
Deutsche Messages gefixt;
Seitenverwaltung auf normale Seiten beschr?nkt.
Diffstat (limited to 'pages/content/Pages:New.xml')
-rw-r--r--pages/content/Pages:New.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/pages/content/Pages:New.xml b/pages/content/Pages:New.xml
index 2c67f69..d260c8a 100644
--- a/pages/content/Pages:New.xml
+++ b/pages/content/Pages:New.xml
@@ -17,7 +17,7 @@
exit();
if($_POST['back']) {
- header('Location: ' . $GLOBALS['links']->GetNeonLink('Pages', 'type=' . $_POST['type'], false));
+ header('Location: ' . $GLOBALS['links']->GetNeonLink('Pages', null, false));
exit();
}
@@ -25,7 +25,7 @@
$GLOBALS['pages']->Add(Unquote($_POST['name']), $_POST['type'], Unquote($_POST['template']));
- $data = $GLOBALS['pages']->GetEditor(Unquote($_POST['name']), $_POST['type']);
+ $data = $GLOBALS['pages']->GetEditor(Unquote($_POST['name']), $_POST['type'], $GLOBALS['links']->GetNeonLink('Pages', null, false));
$title = $data['title'];