RM 1.1 Removing "Top Resources"

0ptima

Well-known member
I want to remove the "Top Resources" and noticed that in the template it is preceded with an if statement

Code:
<xen:if is="{$topResources}"> <div class="secondaryContent miniResourceList"> <h3><a href="{xen:link resources/categories, $category, 'order=rating_weighted'}" class="concealed">{xen:phrase top_resources}</a></h3> <xen:include template="resource_list_mini"> <xen:map from="$topResources" to="$resources" /> </xen:include> </div> </xen:if>

Where can I make $topResources negative so the top resources do not show?
 
Top Bottom