openrat-cms

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

commit 150f8626c406e458f8ade235bac05bdb0dec6684
parent de07ef40791005d54726dfd459646d3c33934b78
Author: Jan Dankert <devnull@localhost>
Date:   Wed, 29 Nov 2017 01:13:31 +0100

Fix: Einbindung externer Funktionsbibliothek für Includes.

Diffstat:
themes/default/include/html/Component.class.php | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/themes/default/include/html/Component.class.php b/themes/default/include/html/Component.class.php @@ -134,7 +134,7 @@ abstract class Component protected function include( $file ) { - echo "include_once( OR_THEMES_DIR.'default/include/html/date/".$file."');"; + echo "<?php include_once( OR_THEMES_DIR.'default/include/html/date/".$file."') ?>"; }