From 3b7d2cb2fd40d744a2415a470b4e323d13dd1b63 Mon Sep 17 00:00:00 2001 From: neoraider Date: Mon, 4 Dec 2006 00:11:05 +0000 Subject: Nav-Seiten durch Inserts ersetzt; Editor-Seiten jetzt in Templates. --- 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 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) { -- cgit v1.2.3