diff --git a/rhodecode/templates/base/base.html b/rhodecode/templates/base/base.html --- a/rhodecode/templates/base/base.html +++ b/rhodecode/templates/base/base.html @@ -144,7 +144,8 @@ if selected == current: return h.literal('class="current"') %> - %if current not in ['home','admin']: + ## we render this menu only not for those pages + %if current not in ['home','admin', 'search', 'journal']: ##REGULAR MENU