Hey Glenn
I used the code from your post and it didn't work....here is my code:
PHP Code:
<?php if (in_array($cPath,explode(",",'141_160','141_156','141_145','141_157','141_159','141_142','141_149','141_152','141_153','141_150','141_143','144_155','144_154','144_146','144_147','144_151','258_158')) ) {
echo'<a href="/pop-ups/seibon-coupon.html" rel="popup console 500 350 noicon"><img src="'. DIR_WS_TEMPLATES . $template_dir . '/images/banners/seibon-banner.gif" alt="Get 10% off Seibon Products" /></a>';
} elseif ($current_page_base == 'index') {
echo '<a href="/pop-ups/google-checkout-sale.html" rel="popup console 500 350 noicon"><img src="'. DIR_WS_TEMPLATES . $template_dir . '/images/banners/GoogleCheckout-banner.gif" alt="Get 10% Off Your Order with Google Checkout" /></a>';
}?>