summaryrefslogtreecommitdiffstats
path: root/core/modules.inc.php
diff options
context:
space:
mode:
Diffstat (limited to 'core/modules.inc.php')
-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) {