From: cajus Date: Wed, 1 Dec 2010 09:43:26 +0000 (+0000) Subject: Added year and revision X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=f6c24b6f81434f04511294b943a2c7f93b04be0f;p=gosa.git Added year and revision git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@20462 594d385d-05f5-0310-b6e9-bd551577e9d8 --- diff --git a/gosa-core/plugins/generic/infoPage/class_infoPage.inc b/gosa-core/plugins/generic/infoPage/class_infoPage.inc index 701114349..01819bf19 100644 --- a/gosa-core/plugins/generic/infoPage/class_infoPage.inc +++ b/gosa-core/plugins/generic/infoPage/class_infoPage.inc @@ -139,7 +139,7 @@ class infoPage extends plugin #TODO: Permission if(!isset($this->attrs['jpegPhoto'])){ - echo "No image..."; + #echo "No image..."; } // Convert address @@ -160,6 +160,8 @@ class infoPage extends plugin $smarty->assign("managers", $this->managers); $smarty->assign("plugins", $this->plugins); $smarty->assign("managersCnt", count($this->managers)); + $smarty->assign("revision", get_gosa_version()); + $smarty->assign("year", date("Y")); return($smarty->fetch(get_template_path("infoPage.tpl"))); } }