
Originally Posted by
Golden Synergy
The payments.png is located at includes/templates/responsive_sheffield_blue/images
that is the same area I have my aboutus.png
But <div id="header-icons">payments.png</div> will never work! If you want a picture here instead of the CSS buttons (fa fa in this case), you might try this:
In tpl_modules_mobile_categories_tabs.php replace this code:
Code:
<div id="header-icons"><?php echo PAYMENT_ICON; ?></div>
by
PHP Code:
<div id="header-icons">
<img src="<?php echo $template->get_template_dir('',DIR_WS_TEMPLATE, $current_page_base,'images').'/'.'payments.png' ?>" class="imgshadow_light" alt="payments" /></div>
I did not test this, so be careful!
Cheers,
jpda
Bookmarks