As you can see I have a promo image and its generating it in cache:
administration/basic_settings.php: setParam('custom_promo_code', process_db_input($_POST['content_text'], BX_TAGS_VALIDATE));
administration/basic_settings.php: 'value' => stripslashes(getParam('custom_promo_code')),
administration/templates/base/default.html: __promo_code__
administration/templates/base/page_3.html: __promo_code__
backup/2010-12-19_17-10-33_all.sql:INSERT INTO `sys_options` VALUES ('custom_promo_code', '', '0', '', 'text', '', '', NULL, '');
cache/sys_options_f54fd3794739712873faeab407f90f02.php: 'custom_promo_code' => '<p><img src="http://www.gaminggroups.com/media/images/promo/banner-1.png" alt="" width="1024" height="282" /></p>',
cache/bx_templ_en_uni_5c4227c54ef961fbccdf6dfe971e2ac7.php: <?=$this->parseSystemKey('promo_code', $mixedKeyWrapperHtml);?>
cache/bx_templ_en_uni_2f6a722e3c375e0aa436094ee88bf488.php: <?=$this->parseSystemKey('promo_code', $mixedKeyWrapperHtml);?>
cache_public/bx_templ_css_cc194c74d6e9dc46fd1c748f536d7465.css:img{position:absolute}.promo_code_wrapper{border:1px
cache_public/bx_templ_css_cc194c74d6e9dc46fd1c748f536d7465.css:solid #333}.promo_code_wrapper{border:1px
cache_public/bx_templ_css_3c85493a14bc1ad98889a619587d897b.css:img{position:absolute}.promo_code_wrapper{border:1px
cache_public/bx_templ_css_3c85493a14bc1ad98889a619587d897b.css:solid #333}.promo_code_wrapper{border:1px
cache_public/bx_templ_css_6a11fb6037b15b55eee08d9df2a56069.css:img{position:absolute}.promo_code_wrapper{border:1px
cache_public/bx_templ_css_6a11fb6037b15b55eee08d9df2a56069.css:solid #333}.promo_code_wrapper{border:1px
cache_public/bx_templ_css_b8592ac27ee697b7bb5a403945673c1b.css:img{position:absolute}.promo_code_wrapper{border:1px
inc/classes/BxDolTemplateAdmin.php: case 'promo_code':
inc/design.inc.php: $sCode = '<div class="promo_code_wrapper">' . getParam( 'custom_promo_code' ) . '</div>';
index.php:$_page_cont[$_ni]['promo_code'] = getPromoCode();
templates/base/css/index.css: .promo_code_wrapper
templates/base/page_1.html: __promo_code__
templates/tmpl_deanos_basic_black/css/index.css:.promo_code_wrapper {
However its not showing up on my site after I went from 7.0.2 to 7.0.4. I'm not sure whats going on and why my promo banner isn't working (NO IM NOT USING A PROMO HTML BLOCK) but even that doesnt work.