coppermine-gallery.com/forum

Support => Older/other versions => cpg1.2 Standalone Support => Topic started by: bulldozer on March 13, 2004, 06:58:22 PM

Title: [solved]: How to remove email to friend link
Post by: bulldozer on March 13, 2004, 06:58:22 PM
How do I remove email to friend icon?
Title: [solved]: How to remove email to friend link
Post by: Casper on March 13, 2004, 07:17:13 PM
If you mean the 'e-card' icon, open themes/yourtheme/theme.php, and search for
<td align="center" valign="middle" class="navmenu" width="48">
                        <a href="{ECARD_TGT}" title="{ECARD_TITLE}"><img src="images/ecard.gif" width="16" height="16" border="0" align="absmiddle" alt="{ECARD_TITLE}"></a>
                </td>


Replace it with an empty cell.
Title: [solved]: How to remove email to friend link
Post by: bulldozer on March 13, 2004, 08:23:54 PM
thanks, that did it.