1

Topic: How to change title for h1 header

Hello,

I am trying to find the variable name for Home but could not find it. I like to change the h1 header to read different from app_title on the homepage. In other words, I like to change the title for static text on the homepage. For example:

If active_module = Homepage (what is this variable name) Then
<h1>Online dating service</h1>
Else
<h1><span>{settings.app_title}</span></h1>
End

Can anyone tell me what the Homepage's variable name is?

Thanks.

Life is short, try to do something good!
Gay Online - Black Singles

2

Re: How to change title for h1 header

its in the control panel-> settings, "name of your site"

Last edited by Gukkie (2011-07-01 01:23:46)

3

Re: How to change title for h1 header

I have 2 domains with different languages so I need to set in different title for each.

What is the variable name for homepage?

Thanks.

Life is short, try to do something good!
Gay Online - Black Singles

4

Re: How to change title for h1 header

Look at your header.tpl at line 5. I think those are the variables your are looking for and they occur several times before </head>