summaryrefslogtreecommitdiffstats
path: root/templates/menu.html
diff options
context:
space:
mode:
authorMartin Green <martin.speleo@gmail.com>2022-06-25 01:07:17 +0100
committerMartin Green <martin.speleo@gmail.com>2022-06-25 01:07:17 +0100
commitd607b30953a7b08ea3573067b46956ae5200181f (patch)
tree83536c8e0d8563db987cf15bfe685b4b53922140 /templates/menu.html
parentabdea228995e9b873d0ea60aec275fc8c144f9e9 (diff)
downloadtroggle-d607b30953a7b08ea3573067b46956ae5200181f.tar.gz
troggle-d607b30953a7b08ea3573067b46956ae5200181f.tar.bz2
troggle-d607b30953a7b08ea3573067b46956ae5200181f.zip
Do not allow for the main menu to be overriden, instead display old menu at bottom of page. To do this the id of the main menu was changed from links to menulinks
Diffstat (limited to 'templates/menu.html')
-rw-r--r--templates/menu.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/menu.html b/templates/menu.html
index 86277fd..3ec6152 100644
--- a/templates/menu.html
+++ b/templates/menu.html
@@ -1,6 +1,6 @@
{% if not homepage %}
<div id="menu">
-<ul id="links">
+<ul id="menulinks">
<li><a href="/index.htm">Home</a></li>
<li><a href="/handbook/index.htm">Handbook</a>
{% if handbook %}