aboutsummaryrefslogtreecommitdiffstats
path: root/templates
diff options
context:
space:
mode:
Diffstat (limited to 'templates')
-rw-r--r--templates/web/seesomething/footer.html10
-rw-r--r--templates/web/seesomething/main_nav_items.html3
2 files changed, 4 insertions, 9 deletions
diff --git a/templates/web/seesomething/footer.html b/templates/web/seesomething/footer.html
index 555a01010..6fd0f42b2 100644
--- a/templates/web/seesomething/footer.html
+++ b/templates/web/seesomething/footer.html
@@ -4,15 +4,7 @@
<div class="nav-wrapper">
<div class="nav-wrapper-2">
- <div id="main-nav" role="navigation">
-
- <ul class="nav-menu nav-menu--main">
- <li><[% IF c.req.uri.path == '/' %]span[% ELSE %]a href="/"[% END %] class="report-a-problem-btn"
- >[% loc("Report a problem") %]</[% c.req.uri.path == '/' ? 'span' : 'a' %]></li>[%
- %]<li><[% IF c.req.uri.path == '/faq' %]span[% ELSE %]a href="/faq"[% END
- %]>[% loc("Help") %]</[% c.req.uri.path == '/faq' ? 'span' : 'a' %]></li>
- </ul>
- </div>
+ [% INCLUDE "main_nav.html" hide_mysoc_link=1 %]
</div>
</div>
</div> <!-- .wrapper -->
diff --git a/templates/web/seesomething/main_nav_items.html b/templates/web/seesomething/main_nav_items.html
new file mode 100644
index 000000000..0bfb9576a
--- /dev/null
+++ b/templates/web/seesomething/main_nav_items.html
@@ -0,0 +1,3 @@
+[%~ PROCESS navitem uri='/' label=loc('Report a problem') attrs='class="report-a-problem-btn"' ~%]
+
+[%~ PROCESS navitem uri='/faq' label=loc('Help') ~%]