How to modify/customize this code
I have classified site. The below link displays the main categories horizontally at the bottom of the site. I would to accomplish the same thing with name of countries, having the countries name horizontally listed at the footer as well. here's the code below...
</div>
<div style="margin:0 15px 0 15px;" class="box-head ac">
<p class="mt10 bot_link b"><span class="blue-heading">Categories : </span>
<?php $cat_Arr_fotter=main_cat_array();
$i=1;
foreach($cat_Arr_fotter as $keyfoot=>$valfoot){
$html_link_foot=SITE_WS_PATH."/".GetValidFileName(Rec_display_formate($cat_Arr_fotter[$i]['catName']))."-".$cat_Arr_fotter[$i]['catId'].".htm";
//SITE_WS_PATH;/classified-listing.php?catId=<?=$cat_Arr_fotter[$i]['catId'];
?>
<a href="<?=$html_link_foot;?>" class="link">
<?=ucfirst($cat_Arr_fotter[$i]['catName']);?></a> |
<? $i++; } ?></p>
please help!!!
Thread Information
Users Browsing this Thread
There are currently 1 users browsing this thread. (0 members and 1 guests)
Tags for this Thread
Posting Permissions
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
Forum Rules
Bookmarks