From c8ef6f06beafe500b85cdb252477217d9e017114 Mon Sep 17 00:00:00 2001 From: neoraider Date: Fri, 22 Sep 2006 13:05:04 +0000 Subject: Bugfix in messages.inc.php; Provisorischen base-Seitentyp hinzugef?gt. --- core/modules.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'core') 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) { -- cgit v1.2.3