21287 Posts in 5733 Topics by 2602 members
|
Page:
1
|
Go to End | |
| Author | Topic: | 473 Views |
-
Can I check on my top page.ss if it is the homepage?

13 November 2009 at 6:35am
Can I check on my top page.ss if it is the homepage being displayed?
-
Re: Can I check on my top page.ss if it is the homepage?

13 November 2009 at 7:07am
There are several possibilities to do so.
If your Home-Page has a special Class (eg. HomePage), then you could check like this:
<% if ClassName = HomePage %>Or you could use the URLSegment
<% if URLSegment = home %> -
Re: Can I check on my top page.ss if it is the homepage?

13 November 2009 at 10:29am
Perfect. Thanks
| 473 Views | ||
|
Page:
1
|
Go to Top |


