Diva, what kind of debugging have you done for this? What do you get if you add in footer_menu_defines.php something likeWeird.. Checked with the Developer's Toolkit... No other defines use that same constant.. I created a new define as you suggested, and now "FOOTER_PAYMENTPOLICY" shows instead of "Payment Policy"..orPHP Code:
echo ' Payment Policy text: ' . FOOTER_PAYMENTPOLICY;
PHP Code:
echo ' FPP ' . (defined(FOOTER_PAYMENTPOLICY)? '': ' not ') . ' defined. ';
Bookmarks