Code

Removed welcome message
authorcajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8>
Wed, 1 Dec 2010 09:40:29 +0000 (09:40 +0000)
committercajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8>
Wed, 1 Dec 2010 09:40:29 +0000 (09:40 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@20461 594d385d-05f5-0310-b6e9-bd551577e9d8

gosa-core/plugins/generic/welcome/main.inc

index e501f71aedbd6629123dbf9927df6477915dae28..3ad0903cd375ed974adbf818a838ab4a2719ba6a 100644 (file)
@@ -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));