From e8dc594895d028cdc2cca74f9dff5c466ab3390e Mon Sep 17 00:00:00 2001 From: Ulf Gebhardt Date: Sun, 6 Sep 2015 06:35:37 +0200 Subject: [PATCH] new html generating class --- autoload.inc | 1 + html/autoload.inc | 2 ++ html/html.php | 8 ++++++++ 3 files changed, 11 insertions(+) create mode 100644 html/autoload.inc create mode 100644 html/html.php diff --git a/autoload.inc b/autoload.inc index b9327a7..39a9886 100644 --- a/autoload.inc +++ b/autoload.inc @@ -20,4 +20,5 @@ require_once dirname(__FILE__).'/docu/autoload.inc'; require_once dirname(__FILE__).'/files/autoload.inc'; require_once dirname(__FILE__).'/cron/autoload.inc'; require_once dirname(__FILE__).'/sai/autoload.inc'; +require_once dirname(__FILE__).'/html/autoload.inc'; require_once dirname(__FILE__).'/lib/autoload.inc'; \ No newline at end of file diff --git a/html/autoload.inc b/html/autoload.inc new file mode 100644 index 0000000..7b5c0a0 --- /dev/null +++ b/html/autoload.inc @@ -0,0 +1,2 @@ +';} + public static function script($src,$type = 'text/javascript',$rel = 'stylesheet', $language = 'JavaScript', $script = ''){ + return '';} +}