How to detect if the Home Page is selected?

Mic

Member
Hi,

I am able to detect the Forums page with this:

<xen:if is="{$tabs.forums.selected}">

But, is it possible for the Home Page? I tried with <xen:if is="{$tabs.home.selected}"> but it is not working.
 
Top Bottom