Osclass forums
Support forums => Themes => Modern => Topic started by: ssswisss on October 21, 2013, 12:58:26 pm
-
Hi
How can i Show all regions on the right side? (like a Repurpose template)
thanks
-
Hi,
This is how Repurpose does that:
Locate in main.php a line similar to:
<?php if(osc_count_list_regions() > 0 ) { ?>
and replace it with:
<?php View::newInstance()->_exportVariableToView('list_regions', Search::newInstance()->listRegions('%%%%', '>=', 'region_name ASC') ) ;
if(osc_count_list_regions() > 0 ) { ?>
Regards