
Originally Posted by
Golden Synergy
That line of code is showing in the last line of my responsive_sheffield_blue_definess.php
I did upgrade from Sheffield Blue 1 to v 2.0 .
Look at line 143 in includes/templates/responsive_sheffield_blue/templates/tpl_modules_mobile_categories_tabs.php.
I guess you replaced
PHP Code:
<?php echo PAYMENT_ICON; ?>
by payment.png . Replace the original part.
In the last line of includes/languages/english/extra_definitions/responsive_sheffield_blue/responsive_sheffield_blue_defines.php you find:
Code:
define('PAYMENT_ICON','<i class="fa fa-cc-paypal"></i><i class="fa fa-cc-amex"></i><i class="fa fa-cc-discover"></i><i class="fa fa-cc-mastercard"></i><i class="fa fa-cc-visa"></i><i class="fa fa-paypal"></i>');
You might delete the methods that you do not provide, for instance the one in red.
Cheers,
jpda
Bookmarks