]> git.immae.eu Git - github/wallabag/wallabag.git/blobdiff - tpl/view.html
Merge branch 'dev'
[github/wallabag/wallabag.git] / tpl / view.html
index 9ba5e208d45cd45f84b97ea4f95c5fd66ec6c3c1..af94df2e09afa4cbf721e368c2f0474d8b9af6fc 100644 (file)
@@ -38,6 +38,7 @@
                 <h1><a href="{$url}">{$title}</a></h1>
                 <div class="vieworiginal txtright small"><a href="{$url}" target="_blank" title="original : {$title}">view original</a></div>
             </header>
+            {include="messages"}
             <article>
                 <div id="readityourselfcontent">
                     {$content}
             <div class="backhome">
                 <a href="index.php" title="back to home">&larr;</a>
             </div>
-        </div>
 
         {include="js"}
-
-        <footer class="mr2 mt3 smaller">
-            <p>powered by <a href="http://inthepoche.com">poche</a><br />follow us on <a href="https://twitter.com/getpoche" title="follow us on twitter">twitter</a></p>
-        </footer>
-
-    </body>
-</html>
\ No newline at end of file
+        {include="footer"}
\ No newline at end of file