Replace shadmin logo

This commit is contained in:
Eike Foken
2011-08-08 12:42:31 +02:00
parent 78d88d27e1
commit bffa93772c
2 changed files with 3 additions and 3 deletions

View File

@@ -20,13 +20,13 @@
<body>
<div id="header">
<h1><?=anchor('', img('assets/images/logo.gif'))?></h1>
<h1><?=anchor('', img('assets/images/logo.png'))?></h1>
<div class="menu">Hallo <a href="<?=site_url('');?>"><?=$this->user->profile()->firstname;?> <?=$this->user->profile()->lastname;?></a>! | <?=lang_select('assets/images');?> | <a href="#">Hilfe</a> | <?=anchor('settings', "Einstellungen");?> | <?=anchor('auth/logout', "Logout");?></div>
</div>
<div id="wrapper">
<div id="notifications"></div>
<div id="sidebar">
<div class="title">
@@ -66,7 +66,7 @@
?>
</ul>
</div>
<div class="title">
<h2><a href="<?=site_url('projects')?>" title="Alle Projekte anzeigen">Projekte</a></h2>
</div>