[solved]: How to remove email to friend link [solved]: How to remove email to friend link
 

News:

CPG Release 1.6.26
Correct PHP8.2 issues with user and language managers.
Additional fixes for PHP 8.2
Correct PHP8 error with SMF 2.0 bridge.
Correct IPTC supplimental category parsing.
Download and info HERE

Main Menu

[solved]: How to remove email to friend link

Started by bulldozer, March 13, 2004, 06:58:22 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

bulldozer


Casper

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.
It has been a long time now since I did my little bit here, and have done no coding or any other such stuff since. I'm back to being a noob here

bulldozer