hnkumar Posted May 7, 2013 Share Posted May 7, 2013 Hi, We have a typical requirement like home page design is different than inside pages section. Like home page has left navigation, right navigation but inside pages doesn't have left navigation or few pages doesn't have left navigation. Please guide me how to do it. regards, hnkumar Link to comment Share on other sites More sharing options...
vekia Posted May 7, 2013 Share Posted May 7, 2013 you may need to edit header.tpl file and add simple condition where you will be able to hide left column {if $page_name=='index'} content here when page = homepage {/if} {if $page_name=='product'} content here when page = product page {/if} Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now