maximusimo Posted March 29, 2012 Share Posted March 29, 2012 Hi, I am wondering if there is a way to have the menu bar appear ONLY on the homepage - index.php. Many thanks. Link to comment Share on other sites More sharing options...
Dh42 Posted March 29, 2012 Share Posted March 29, 2012 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 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