# HG changeset patch # User Marcin Kuzminski # Date 2013-01-23 22:03:39 # Node ID 1ac47c961f70ec83497c95ed1d2717846e79d242 # Parent b9de46161c96a07f83acecdc3ba59d1a6d4a3c89 Set current pages indication for search and journal 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