Hi all,
I was under the impression that if the Daily Deals module is set to disabled that the Daily Deals block is not displayed. I've disabled, cleared cache, and even waited 24 hours but it still displays.
Here's the code:
Is this incorrect?
Thanks!
I was under the impression that if the Daily Deals module is set to disabled that the Daily Deals block is not displayed. I've disabled, cleared cache, and even waited 24 hours but it still displays.
Here's the code:
Code:
<!--START: DAILY_DEALS_BLOCK--> <table width="100%" cellpadding="0" cellspacing="0" border="0"> <tr> <td class="mod_bg"> <table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr> <td style="padding: 0px 0px;"> <iframe src="dailydeal_widget.asp" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:180px; height:180px;" allowtransparency="true" id="dailydeal"></iframe> </td> </tr> <tr> <td align="center"> <img src="assets/templates/[template]/images/spacer.gif" alt="" width="1" height="10"> </td> </tr> </table> </td> </tr> </table> <div><img src="assets/templates/[template]/images/spacer.gif" width="1" height="10" alt=""></div> <!--END: DAILY_DEALS_BLOCK-->
Thanks!