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.