cluster Posted June 4, 2015 Share Posted June 4, 2015 I'm trying to hide the menu-bar in header.tpl but it is still visible in contact, knowledgebase etc. It should be visible only for logged-in clients and invisible for any cart actions ... following code below works only w/ cart pages ... can anyone help? {if $filename neq "cart"} <div class="navbar navbar-fixed-top"> <div class="navbar-inner"> .... {/if} Regards 0 Quote Link to comment Share on other sites More sharing options...
cluster Posted June 4, 2015 Author Share Posted June 4, 2015 I got it {if $loggedin} {if $filename neq "cart"} <div class="navbar navbar-fixed-top"> ... </div> <!-- /navbar --> {/if} {/if} 0 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.