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> <body>
<div id="header"> <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 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>
<div id="wrapper"> <div id="wrapper">
<div id="notifications"></div> <div id="notifications"></div>
<div id="sidebar"> <div id="sidebar">
<div class="title"> <div class="title">
@@ -66,7 +66,7 @@
?> ?>
</ul> </ul>
</div> </div>
<div class="title"> <div class="title">
<h2><a href="<?=site_url('projects')?>" title="Alle Projekte anzeigen">Projekte</a></h2> <h2><a href="<?=site_url('projects')?>" title="Alle Projekte anzeigen">Projekte</a></h2>
</div> </div>

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.4 KiB

After

Width:  |  Height:  |  Size: 2.4 KiB