PDA

View Full Version : How to Remove the "Link added" date


nooisri
10-09-2006, 03:42 PM
I'm using esyndicate Pro1.2. I would like to remove the Link added and the date from every pages in LInk page and Link Details page. what should I do?where I can edit the code. and How to edit it?

Greg
10-09-2006, 04:22 PM
open link-display.tpl find and remove:
{$lang.link_added}: {$link.date|date_format:$config.date_format}) ::

open view-link.tpl find and remove:
<tr>
<td><strong>{$lang.link_added}:</strong></td>
<td>{$link.date|date_format:$config.date_format}</td>
</tr>

nooisri
10-09-2006, 05:05 PM
Thank you so much

Greg
10-09-2006, 08:02 PM
You're welcome nooisri :)