Any variable to detect homepage? (Features)

by Special @, Tuesday, October 23, 2007, 12:02 (6053 days ago)

is there any variable you've used that you use to find homepage? like one in wordpress.

locked
4149 views
Avatar

Any variable to detect homepage?

by Alex ⌂, Sunday, October 28, 2007, 23:54 (6047 days ago) @ Special

is there any variable you've used that you use to find homepage? like one in wordpress.

I don't know how it is done in Wordpress but in the templates you can check it like this:

{if $mode=='index'}You are on the index page.{/if}

Alex

locked
4624 views

RSS Feed of thread