summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: c54dd4b)
raw | patch | inline | side by side (parent: c54dd4b)
author | cajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Wed, 1 Dec 2010 09:43:26 +0000 (09:43 +0000) | ||
committer | cajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Wed, 1 Dec 2010 09:43:26 +0000 (09:43 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@20462 594d385d-05f5-0310-b6e9-bd551577e9d8
gosa-core/plugins/generic/infoPage/class_infoPage.inc | patch | blob | history |
diff --git a/gosa-core/plugins/generic/infoPage/class_infoPage.inc b/gosa-core/plugins/generic/infoPage/class_infoPage.inc
index 701114349076d473d8cf8c65820b246d1086ee74..01819bf19a4ef5d86218ebf55e444aaeb8fdf255 100644 (file)
#TODO: Permission
if(!isset($this->attrs['jpegPhoto'])){
- echo "No image...";
+ #echo "No image...";
}
// Convert address
$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")));
}
}