From 0f141ce1f39fe65aa0c767ff35df7687548dcb9c Mon Sep 17 00:00:00 2001 From: hickert Date: Fri, 26 Nov 2010 15:39:40 +0000 Subject: [PATCH] Updated infoPage git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@20392 594d385d-05f5-0310-b6e9-bd551577e9d8 --- .../generic/infoPage => ihtml/themes/default}/infoPage.tpl | 0 gosa-core/plugins/generic/infoPage/class_infoPage.inc | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename gosa-core/{plugins/generic/infoPage => ihtml/themes/default}/infoPage.tpl (100%) diff --git a/gosa-core/plugins/generic/infoPage/infoPage.tpl b/gosa-core/ihtml/themes/default/infoPage.tpl similarity index 100% rename from gosa-core/plugins/generic/infoPage/infoPage.tpl rename to gosa-core/ihtml/themes/default/infoPage.tpl 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"))); -- 2.30.2