openrat-cms

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

commit 526e609c79968a5e7f2da26b0bb0b4bd352bcbca
parent 9145f7389bf1011a90a3e0d1ab3694d661c71203
Author: Jan Dankert <devnull@localhost>
Date:   Sat,  2 Dec 2017 01:07:00 +0100

Komponente "output" umgestellt auf eine Klasse. Diese Komponente ist leer.

Diffstat:
themes/default/include/html/output/Output.class.php | 9+++++++++
themes/default/include/html/output/output-begin.inc.php | 0
2 files changed, 9 insertions(+), 0 deletions(-)

diff --git a/themes/default/include/html/output/Output.class.php b/themes/default/include/html/output/Output.class.php @@ -0,0 +1,8 @@ +<?php + +class OutputComponent extends Component +{ +} + + +?>+ \ No newline at end of file diff --git a/themes/default/include/html/output/output-begin.inc.php b/themes/default/include/html/output/output-begin.inc.php