include "includes/connect.php";
include "includes/functions.php";
include "includes/auth.php";
if($debugMode==1)
error_reporting(E_ALL);
$pageName="home";
?>
echo $site_title;?>
include "header.php";?>
include "top.php";?>
if(!empty($top_ad_code)){
?>
echo $top_ad_code;?>
}
?>
include "slider/banner_slider.php";?>
if($shop_status==1){?>
if($shop_display_type==0){
?>
SHOP CATEGORIES
SHOP
$shop_cat =mysql_query("select alias,img,name from shop_main_categories where featured='1' order by name ASC limit $home_shop_catlist_limit");
while($shop_cats = mysql_fetch_object($shop_cat)){
?>