]> git.immae.eu Git - github/wallabag/wallabag.git/commitdiff
Le logo poche renvoie vers l'accueil
authorsilvus <silvus@silvus.fr>
Mon, 22 Apr 2013 21:02:04 +0000 (23:02 +0200)
committersilvus <silvus@silvus.fr>
Mon, 22 Apr 2013 21:02:04 +0000 (23:02 +0200)
tpl/home.html
tpl/login.html

index 75367e2f21ad3398e2d698ee7f978f500bff5c8d..e99e1680f4c23b0560663d037a33ee7b9cf13c80 100644 (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">
index 3f77e379aeab5c1d29edd81b91d8911d017be049..66dac99bae17f0d250ec5d51a94d40aede97b811 100644 (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">