openrat-cms

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

commit e7446c9274a073cb5c0239c624a7c331dea0bfd6
parent e4a584d2d9da40cabb0cfc1781ef7b4ebfbc2ed8
Author: Jan Dankert <devnull@localhost>
Date:   Sun,  3 Dec 2017 03:17:58 +0100

Include-Path angepasst. Das muss nochmal optimiert werden, weil das CMS-Internas sind , die im Modul nichts zu suchen haben.

Diffstat:
modules/template-engine/components/html/Component.class.php | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

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