From: hickert Date: Fri, 26 Nov 2010 15:39:40 +0000 (+0000) Subject: Updated infoPage X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=0f141ce1f39fe65aa0c767ff35df7687548dcb9c;p=gosa.git Updated infoPage git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@20392 594d385d-05f5-0310-b6e9-bd551577e9d8 --- diff --git a/gosa-core/ihtml/themes/default/infoPage.tpl b/gosa-core/ihtml/themes/default/infoPage.tpl new file mode 100644 index 000000000..8bd6648ed --- /dev/null +++ b/gosa-core/ihtml/themes/default/infoPage.tpl @@ -0,0 +1 @@ +asdf diff --git a/gosa-core/plugins/generic/infoPage/class_infoPage.inc b/gosa-core/plugins/generic/infoPage/class_infoPage.inc index 3fbea2ea9..8e7a0db01 100644 --- a/gosa-core/plugins/generic/infoPage/class_infoPage.inc +++ b/gosa-core/plugins/generic/infoPage/class_infoPage.inc @@ -3,7 +3,7 @@ class infoPage extends plugin { - function exectue() + function execute() { $smarty = get_smarty(); return($smarty->fetch(get_template_path("infoPage.tpl"))); diff --git a/gosa-core/plugins/generic/infoPage/infoPage.tpl b/gosa-core/plugins/generic/infoPage/infoPage.tpl deleted file mode 100644 index 8bd6648ed..000000000 --- a/gosa-core/plugins/generic/infoPage/infoPage.tpl +++ /dev/null @@ -1 +0,0 @@ -asdf