diff options
-rw-r--r-- | tpl/view.html | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tpl/view.html b/tpl/view.html index af94df2e..007d5d4e 100644 --- a/tpl/view.html +++ b/tpl/view.html | |||
@@ -47,7 +47,9 @@ | |||
47 | <div class="vieworiginal txtright small"><a href="{$url}" target="_blank" title="original : {$title}">view original</a></div> | 47 | <div class="vieworiginal txtright small"><a href="{$url}" target="_blank" title="original : {$title}">view original</a></div> |
48 | <div class="backhome"> | 48 | <div class="backhome"> |
49 | <a href="index.php" title="back to home">←</a> | 49 | <a href="index.php" title="back to home">←</a> |
50 | <a href="#" title="back to top">↑</a> | ||
50 | </div> | 51 | </div> |
52 | |||
51 | 53 | ||
52 | {include="js"} | 54 | {include="js"} |
53 | {include="footer"} \ No newline at end of file | 55 | {include="footer"} \ No newline at end of file |