Hi,
I want to show the promo code on all the inner pages also... can some one please tell me how to do it?
I tried
$_ni = $_page['name_index'];
$_page_cont[$_ni]['promo_code'] = getPromoCode();
$_page_cont[$_ni]['page_main_code'] = PageCompPageMainCode();
//$_page_cont[$_ni]['promo_code'] = getPromoCode(); was not there before I added it hoping it would show the promo code on browse.php but to no avail.
I want to do it on all pages, only if someone can help.