aboutsummaryrefslogtreecommitdiff
path: root/source/templates/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'source/templates/index.html')
-rw-r--r--source/templates/index.html2
1 files changed, 2 insertions, 0 deletions
diff --git a/source/templates/index.html b/source/templates/index.html
index c17f0e2d..837b591d 100644
--- a/source/templates/index.html
+++ b/source/templates/index.html
@@ -29,6 +29,7 @@ import utils
</div>
<div class="left inner">
+ <div class="menu_container">
%if feeds:
<a href="/management/"><img src="/img/management.png" title="Management" /></a>
<a href="/history/"><img src="/img/history.png" title="History" /></a>
@@ -42,6 +43,7 @@ import utils
%endif
%endif
<a accesskey="F" href="/fetch/"><img src="/img/check-news.png" title="Check for news" /></a>
+ </div><br/>
<%
html = ""
%>
bgstack15