Load Active Categories#
Description#
Load all Active Categories
Snippet#
<mvt:if expr="ISNULL g.categories_offset"><mvt:assign name="g.categories_offset" value="0" /></mvt:if>
<mvt:assign name="l.search" value="1" />
<mvt:assign name="l.searchable_fields" value="'active'" />
<mvt:do file="g.Module_Library_DB" name="l.loadcats" value="CategoryList_Load_Offset(g.categories_offset, l.search, l.searchable_fields, g.categories_max, g.categories_next_offset, l.settings:categories)" />
Functions Used#
CategoryList_Load_Offset