how do I get rid of the large flash banner on the home page, and just install a banner???
how do I get rid of the large flash banner on the home page, and just install a banner??? |
Open the file index.php Find: $_page_cont[$_ni]['promo_code'] = getPromoCode(); Replace with $_page_cont[$_ni]['promo_code'] = ''; ---- |