X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=gosa-core%2Fhtml%2Fmain.php;h=5d8a3a0ad7ceb55b5ae6de01f6e2e77596904eae;hb=ab302c2472a7c64058e4f0d7aa11a5cc639ad7ea;hp=11fa7dc5e4df1f082ea6b2ab31ee6976ba76fae4;hpb=3057b7c840af1c07d2e13762212acdfa5012a813;p=gosa.git diff --git a/gosa-core/html/main.php b/gosa-core/html/main.php index 11fa7dc5e..5d8a3a0ad 100644 --- a/gosa-core/html/main.php +++ b/gosa-core/html/main.php @@ -267,7 +267,8 @@ if (isset($_GET['reset'])){ } /* show web frontend */ -$smarty->assign ("logo", "
".image("themes/modern/images/logo.png")."
"); +$smarty->assign ("logo", image(get_template_path("images/logo.png"))); +$smarty->assign ("logout", image(get_template_path("images/btn-logout.png"), "log-out", _("Log out"))); $smarty->assign ("date", date("l, dS F Y H:i:s O")); $smarty->assign ("lang", preg_replace('/_.*$/', '', $lang)); $smarty->assign ("must", "*"); @@ -285,7 +286,7 @@ if (session::global_get('js')==FALSE){ } if($ui->ignore_acl_for_current_user()){ - $smarty->assign ("loggedin", ""._("ACLs are disabled")." ".sprintf(_("You're logged in as %s"), "".$ui->cn." [".$ui->username."]")); + $smarty->assign ("loggedin", ""._("ACLs are disabled")." ".sprintf(_("You're logged in as %s"), "".$ui->cn." [".$ui->username."]")); }else{ $smarty->assign ("loggedin", sprintf(_("You're logged in as %s"), "".$ui->cn." [".$ui->username."]")); }