示例#1
0
<?php

require "_admin/_globals.php";
require CLASS_MP_BUSINESS;
require CLASS_ADS;
$biz = new handleBusiness();
$ads = new handleAds();
$page = 1;
if ($_GET["page"] != "") {
    $page = $_GET["page"];
}
$list_biz = $biz->searchBusinesses($_GET["search"], $_GET["city"], $_GET["alpha"], $page);
$map_pointer = $list_biz["cords"];
$list_cats = $biz->listCats($_GET["search"], 1);
?>

<?php 
getHeader("public", "yes");
?>

<div class="content-full">
	<div id="link-column-container" class="white">
		<div id="link-column">
			<?php 
if ($list_cats["counter"] != "0") {
    echo $list_cats["display"];
}
if ($list_biz["cities"] != "") {
    echo $list_biz["cities"];
}
?>