logo position corrected

pull/61/head
Andrzej Dereszowski 2012-04-02 11:22:19 +02:00
parent dee8a866e6
commit ed298aa0dd
2 changed files with 3 additions and 2 deletions

1
.gitignore vendored
View File

@ -14,3 +14,4 @@
/app/tmp/sessions/sess_*
/app/tmp/logs/*.log
/app/files/*
/app/webroot/img/logo.png

View File

@ -39,10 +39,10 @@
<body>
<div id="container">
<div id="header">
<h1><?php echo $this->Html->link(Configure::read('CyDefSIG.header'), array('controller' => 'events', 'action' => 'index')); ?></h1>
<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\">";
}?>
}?></h1>
</div>
<div id="content">
<?php echo $this->Session->flash('auth'); ?>