openrat-cms

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README

commit 701bfd9545795f12095458ca504d9eb46e3c4186
parent c12f80d2c12f2f9bd1c262c79a23c1a951829f2e
Author: Jan Dankert <devnull@localhost>
Date:   Wed, 24 Oct 2012 21:13:45 +0200

In index.php muss Konfiguration nicht neu geladen werden.

Diffstat:
Mthemes/default/layout/index.php | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/themes/default/layout/index.php b/themes/default/layout/index.php @@ -23,7 +23,7 @@ ?> <link rel="<?php echo $meta['name'] ?>" href="<?php echo $meta['url'] ?>" title="<?php echo $meta['title'] ?>" ><?php } ?> - <link id="userstyle" rel="stylesheet" type="text/css" href="<?php /* erzeuge $conf: */ require( 'config/config-default.php'); echo css_link() ?>" > + <link id="userstyle" rel="stylesheet" type="text/css" href="<?php echo css_link() ?>" > <link rel="stylesheet" type="text/css" href="<?php echo OR_THEMES_EXT_DIR ?>../editor/markitup/markitup/skins/markitup/style.css" /> <link rel="stylesheet" type="text/css" href="<?php echo OR_THEMES_EXT_DIR ?>../editor/markitup/markitup/sets/default/style.css" />