summaryrefslogtreecommitdiffstats
path: root/core
diff options
context:
space:
mode:
authorneoraider <devnull@localhost>2006-09-22 15:05:04 +0200
committerneoraider <devnull@localhost>2006-09-22 15:05:04 +0200
commitc8ef6f06beafe500b85cdb252477217d9e017114 (patch)
tree1a0c823073810509ad020c7d5716f06e48a2f399 /core
parentd02a8a4f7f23bd63b8d541e3f4290b72c4e15ec0 (diff)
downloadneon-c8ef6f06beafe500b85cdb252477217d9e017114.tar
neon-c8ef6f06beafe500b85cdb252477217d9e017114.zip
Bugfix in messages.inc.php;
Provisorischen base-Seitentyp hinzugef?gt.
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 395b8ad..a5c8d32 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')) . '/' . $name . '.xml';
+ strtr($type, array('c' => 'content', 'e' => 'editor', 'n' => 'nav', 'b' => 'base')) . '/' . $name . '.xml';
}
function GetTemplatePath($name) {