X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=gosa-core%2Fplugins%2Fgeneric%2Fwelcome%2Fmain.inc;h=e501f71aedbd6629123dbf9927df6477915dae28;hb=aa89f24a74bb13b3739abde5b0b4d31534172b75;hp=eb0c63cd937165f3e72a62ac46f5e75b77afb615;hpb=7f7f21906eb6121c29823abbf96461733d642509;p=gosa.git diff --git a/gosa-core/plugins/generic/welcome/main.inc b/gosa-core/plugins/generic/welcome/main.inc index eb0c63cd9..e501f71ae 100644 --- a/gosa-core/plugins/generic/welcome/main.inc +++ b/gosa-core/plugins/generic/welcome/main.inc @@ -1,27 +1,29 @@ assign("iconmenu", $plist->show_iconmenu()); - $smarty->assign("header", print_header(get_template_path('images/hdd_linux_unmount.png'), sprintf(_("Welcome %s!"), $ui->cn))); + $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));