<?php if( !defined( '_VALID_MOS' ) && !defined( '_JEXEC' ) ) die( 'Direct Access to '.basename(__FILE__).' is not allowed.' );
mm_showMyFileName(__FILE__); ?>
<h3><?php echo $browsepage_lbl ?>
<?php
if( $this->get_cfg( 'showFeedIcon', 1 ) && (VM_FEED_ENABLED == 1) ) { ?>
<a href="index.php?option=<?php echo VM_COMPONENT_NAME ?>&page=shop.feed" title="<?php echo $VM_LANG->_('VM_FEED_SUBSCRIBE_TITLE') ?>">
<img src="<?php echo VM_THEMEURL ?>/images/feed-icon-14x14.png" align="middle" alt="feed" border="0"/></a>
<?php
} ?>
</h3>
I'm looking and I can't find the code you're telling me to remove, this is everything from browse_header_all.tpl, I did a search for the code on each page and there was none.