XF 2.2 How to view a text in RM main page only?

Sadiq6210

Well-known member
Hi,

I want to add a text in RM main page in this area:

1624792935478.png

I modified template "xfrm_overview_macros" but the text appeared in RM main page and inside category list pages

I tried to use this:

<xf:if is="$template == 'xfrm_overview'">
</xf:if>

but it is not working

How can I display the text only in RM main page?
 
Top Bottom