Hi,
osclass.3.5.2
theme: modern
when i activate"Permalinks" in admin panel, in search.php page, under pagination, it shows link list of all cities that has ads.
that's why i removed this code in search.php, and solved,
now it does NOT show city list anymore
<?php $footerLinks = osc_search_footer_links(); ?>
<ul class="footer-links">
<?php foreach($footerLinks as $f) { View::newInstance()->_exportVariableToView('footer_link', $f); ?>
<?php if($f['total'] < 3) continue; ?>
<li><a href="<?php echo osc_footer_link_url(); ?>"><?php echo osc_footer_link_title(); ?></a></li>
<?php } ?>
</ul>
what is this code for exactly? i'm afraid to get errors