Le logo poche renvoie vers l'accueil

This commit is contained in:
silvus 2013-04-22 23:02:04 +02:00
parent 9acfade829
commit 8af1077265
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
<body class="light-style">
<header>
<h1><img src="./img/logo.png" alt="logo poche" />poche</h1>
<h1><a href="/"><img src="./img/logo.png" alt="logo poche" /></a>poche</h1>
</header>
<div id="main">
<ul id="links">

View File

@ -1,7 +1,7 @@
{include="head"}
<body class="light-style">
<header>
<h1><img src="./img/logo.png" alt="logo poche" />poche</h1>
<h1><a href="/"><img src="./img/logo.png" alt="logo poche" /></a>poche</h1>
</header>
<div id="main">
<form method="post" action="?login" name="loginform">