From: cajus Date: Wed, 1 Dec 2010 09:40:29 +0000 (+0000) Subject: Removed welcome message X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=c54dd4b3104d2ddbfe8234407793b253d626048b;p=gosa.git Removed welcome message git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@20461 594d385d-05f5-0310-b6e9-bd551577e9d8 --- diff --git a/gosa-core/plugins/generic/welcome/main.inc b/gosa-core/plugins/generic/welcome/main.inc index e501f71ae..3ad0903cd 100644 --- a/gosa-core/plugins/generic/welcome/main.inc +++ b/gosa-core/plugins/generic/welcome/main.inc @@ -23,7 +23,6 @@ if (!$cleanup){ session::set('plugin_dir',dirname(__FILE__)); $smarty->assign("iconmenu", $plist->show_iconmenu()); - $smarty->assign("header", print_header(get_template_path('images/welcome.png'), sprintf(_("Welcome %s!"), $ui->cn))); $smarty->assign("year", date("Y")); $smarty->assign("revision", get_gosa_version()); $display= $smarty->fetch(get_template_path('welcome.tpl', TRUE));