summaryrefslogtreecommitdiffstats
path: root/core
diff options
context:
space:
mode:
authorneoraider <devnull@localhost>2006-12-04 01:11:05 +0100
committerneoraider <devnull@localhost>2006-12-04 01:11:05 +0100
commit3b7d2cb2fd40d744a2415a470b4e323d13dd1b63 (patch)
tree45dc49f5501c13d0e967e41bafb54e9f0dfad0a9 /core
parenta55cccfbc9ba53fb4b4b28586cfeb9e5e035a6a7 (diff)
downloadneon-3b7d2cb2fd40d744a2415a470b4e323d13dd1b63.tar
neon-3b7d2cb2fd40d744a2415a470b4e323d13dd1b63.zip
Nav-Seiten durch Inserts ersetzt; Editor-Seiten jetzt in Templates.
Diffstat (limited to 'core')
-rw-r--r--core/modules.inc.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/modules.inc.php b/core/modules.inc.php
index a5c8d32..62a20e9 100644
--- a/core/modules.inc.php
+++ b/core/modules.inc.php
@@ -129,7 +129,7 @@
function GetPagePath($name, $type) {
return $this->pages[$name . '.' . $type]['path'] . 'pages/' .
- strtr($type, array('c' => 'content', 'e' => 'editor', 'n' => 'nav', 'b' => 'base')) . '/' . $name . '.xml';
+ strtr($type, array('c' => 'content', 'b' => 'base')) . '/' . $name . '.xml';
}
function GetTemplatePath($name) {