Merge remote-tracking branch 'origin/new/bug_8092'
[koha.git] / koha-tmpl / opac-tmpl / prog / en / includes / navigation.inc
index 1b9a69a..9cd2c12 100644 (file)
@@ -1,6 +1,6 @@
-<div id="menu">
-            <ul>
-            <!-- TMPL_VAR NAME="OpacNav" -->
-               <!-- TMPL_IF name="suggestion" --><!-- TMPL_IF NAME="AnonSuggestions" --><li><a href="/cgi-bin/koha/opac-suggestions.pl">purchase suggestions</a></li><!-- /TMPL_IF --><!-- /TMPL_IF -->
-            </ul>
- </div>
\ No newline at end of file
+[% OpacNav %]
+[% IF IsPatronPage %]
+[% INCLUDE usermenu.inc %]
+[% END %]
+[% OpacNavBottom %]
+