From 95a7596cb4757e33d31bde1daac9f10c17bec1d4 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Nicolas=20L=C5=93uillet?= <nicolas@loeuillet.org>
Date: Wed, 31 Jul 2013 19:03:02 +0200
Subject: [PATCH] fix #92: add a link to the top

---
 tpl/view.html | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/tpl/view.html b/tpl/view.html
index af94df2e0..007d5d4e3 100644
--- a/tpl/view.html
+++ b/tpl/view.html
@@ -47,7 +47,9 @@
             <div class="vieworiginal txtright small"><a href="{$url}" target="_blank" title="original : {$title}">view original</a></div>
             <div class="backhome">
                 <a href="index.php" title="back to home">&larr;</a>
+                <a href="#" title="back to top">&uarr;</a>
             </div>
+            
 
         {include="js"}
         {include="footer"}
\ No newline at end of file