summaryrefslogtreecommitdiffstats
path: root/pages/editor
diff options
context:
space:
mode:
authorneoraider <devnull@localhost>2006-09-19 00:53:00 +0200
committerneoraider <devnull@localhost>2006-09-19 00:53:00 +0200
commite5a1418503a1b0f7d20a0c5c51d44f10a881411a (patch)
treefc2e19d958382a93e778faecfd6db300d4e6cfea /pages/editor
parent2390cba867a49e96156e9cf57cbf591182f98bd7 (diff)
downloadneon-e5a1418503a1b0f7d20a0c5c51d44f10a881411a.tar
neon-e5a1418503a1b0f7d20a0c5c51d44f10a881411a.zip
Interne Modulverwaltung neu geschrieben;
Basis modularisiert; das gesamte System an die neue Modulverwaltung angepasst.
Diffstat (limited to 'pages/editor')
-rw-r--r--pages/editor/default.xml2
-rw-r--r--pages/editor/phpexec.xml2
2 files changed, 2 insertions, 2 deletions
diff --git a/pages/editor/default.xml b/pages/editor/default.xml
index 40769dd..f2b3118 100644
--- a/pages/editor/default.xml
+++ b/pages/editor/default.xml
@@ -10,7 +10,7 @@
<code>
<![CDATA[
<?PHP
- require_once('code/links.inc.php');
+ Uses('links');
$title = 'Edit \'' . $data['_data']['_page'] . '\'';
diff --git a/pages/editor/phpexec.xml b/pages/editor/phpexec.xml
index 051fc8f..451f653 100644
--- a/pages/editor/phpexec.xml
+++ b/pages/editor/phpexec.xml
@@ -10,7 +10,7 @@
<code>
<![CDATA[
<?PHP
- require_once('code/links.inc.php');
+ Uses('links');
$title = 'Edit \'' . $data['_data']['_page'] . '\'';