Jump to content

Recommended Posts

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

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

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...