Any variable to detect homepage? (Features)

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

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

locked
4110 views
Avatar

Any variable to detect homepage?

by Alex ⌂, Sunday, October 28, 2007, 23:54 (6032 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
4582 views

RSS Feed of thread