Jump to content

Horizontal Menu Bar on Homepage ONLY


Recommended Posts

You can, you would need to edit the code in the horizontal menu module to make it only display on the home page. Something like this should do you.

{if $page_name == 'index'}
horizontal menu code
{else}
{/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...