Jump to content

Does anyone know how can i have a different header for the first page and keep a same header for other pages?


Recommended Posts

Yes you can have different header for home and other pages. It depends what theme/module do you use to display header.

In most cases it can be done with this code 

					{if $page_name !='index'}
						// other pages header code
					{eles}
						// home page header code
					{/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...