Hi.. could please someone tell how to comment the rights lines, to avoid using the amazon feature, i just need my visitors to have a nice book collection guide.
i do not know what should i put or take away, or if in front of after the lines
buy_now.png image.
Code: |
<?php //show button 'buy now'
if ( $params->get('show_input_buy_now') )
{
?>
<a href="<?php echo sefRelToAbs($media_type_class->URL);?>" target="blank">
<img src="<?php echo $mosConfig_live_site;?>/components/com_medialibrary/images/amazon/buy_now.png" alt="Button Buy now" border="0" height="27" width="82" />
</a>
<?php
}
?>
<!--************************ end add button 'buy now' ******************-->
|
thanks for such great component