10377 Posts in 2193 Topics by 1709 members
|
Page:
1
|
Go to End | |
| Author | Topic: | 1057 Views |
-
How do i check that i am in the home page

16 June 2009 at 9:24pm
Is there a way to check if i am in the home page in the template file?
I am trying to
<% if Home %>
do something
<%end_if%>
-
Re: How do i check that i am in the home page

16 June 2009 at 9:32pm
<% if URLSegment = home %>
do stuff
<% end_if %>should do it.
-
Re: How do i check that i am in the home page

16 June 2009 at 10:00pm
Hi,
Thanks so much for your help it works
One last qn,
How do i get the url link for Home, and the title of the home link?
Thanks
-
Re: How do i check that i am in the home page

16 June 2009 at 10:02pm
<% control Page(home) %>$Link is the link, $Title or $MenuTitle is the title<% end_control %>
| 1057 Views | ||
|
Page:
1
|
Go to Top |

