fixes bug of bad implementation of header logo

pull/61/head
Christophe Vandeplas 2012-08-31 10:45:39 +02:00
parent b8fe8bd4eb
commit 05efc43f36
1 changed files with 1 additions and 1 deletions

View File

@ -43,7 +43,7 @@
<div id="header">
<h1><?php echo $this->Html->link(Configure::read('CyDefSIG.header'), array('controller' => 'events', 'action' => 'index')); ?>
<?php if($logo = Configure::read('CyDefSIG.logo')) {
echo "<img src=\"$logo\" align=\"right\" height=\"30\">";
echo $this->Html->image($logo, array('alt' => h(Configure::read('CyDefSIG.header')),'align'=>'right','height'=>'30'));
}?></h1>
</div>
<div id="content">