-
" alt="" data-bgposition="center top" data-bgfit="cover" data-bgrepeat="no-repeat">
query("SELECT * FROM cms_media where item_id = 1 and item_type = 'main_slide' ORDER BY media_ord ASC"); $productcats = $mysql->query("SELECT * FROM cms_productcat ORDER BY productcat_ord ASC"); $cms_result = $mysql->query("SELECT * FROM cms_content"); while($info = mysql_fetch_assoc($cms_result)){ $cmsInfo[$info['content_title']] = $info; } $new_result = $mysql->query("SELECT * FROM cms_news ORDER BY news_ord ASC limit 5"); $products = $mysql->query("SELECT a.*, b.productcat_title, b.productcat_title_tc, b.productcat_title_sc FROM cms_product a LEFT JOIN cms_productcat b ON a.productcat_id=b.productcat_id ORDER BY a.productcat_id,a.product_ord"); $collections = $mysql->query("SELECT * FROM cms_media where item_id = 1 and item_type = 'Retrocraft' ORDER BY media_ord ASC"); ?>
-