diff options
| author | 2013-04-28 13:30:34 +0200 | |
|---|---|---|
| committer | 2013-04-28 13:30:34 +0200 | |
| commit | a0d9d93ad2f6a174c0476bd596d6fddda77d0b04 (patch) | |
| tree | 637621a07479e69ecd00da487d78869a01ee1cce /app/layout/header.phtml | |
| parent | 21dc4ceace513a0d6cd934f5fc4bb9cc643bb570 (diff) | |
Fix issue #62 : création d'un logo (temporaire ?)
Diffstat (limited to 'app/layout/header.phtml')
| -rw-r--r-- | app/layout/header.phtml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app/layout/header.phtml b/app/layout/header.phtml index cab56e7d8..d6fe41950 100644 --- a/app/layout/header.phtml +++ b/app/layout/header.phtml @@ -11,6 +11,7 @@ <div class="header"> <div class="item title"> <h1><a href="<?php echo _url ('index', 'index'); ?>"><?php echo Configuration::title (); ?></a></h1> + <img class="logo" src="<?php echo Url::display ('/logo.png'); ?>" alt="" /> </div> <div class="item search"> |
