|
Joomla 1.5 Web Development -
VirtueMart 1 1 2 (SEO Cart)
|
|
Question:
How do I remove the Virtuemart logo from the VM cart module?
Answer:
Open the minicart.tmpl.php file located in components \ com_virtuemart \ themes \ default \ common \ minicart.tpl.php
Around line 7 find:
<a href="http://virtuemart.net/" target="_blank">
<img src="<?php echo $mm_action_url ?>components/com_virtuemart/shop_image/ps_image/menu_logo.gif" alt="VirtueMart" width="80" border="0" /></a>
Comment out, or delete, then upload.
|