Page 1 of 1

Add reciprocal link to Index.php

Posted: Sun Nov 20, 2005 1:10 am
by barry4821
Just a note that I added the reciprocal url around line 345 on index.php to also show the
reciprocal link. This way you can manually view a reciprocal link before deleting a link.

<br><font size=\"-1\"><a target=\"_blank\" href=\"$recurl\">$recurl</a></font>

This is what it looks like after:

<td valign=\"top\"><a href=\"$url\" target=\"_new\">$title</a> - $description<br><font size=\"-1\"><a target=\"_blank\" href=\"$recurl\">$recurl</a></font></td>

Posted: Sun Nov 20, 2005 7:04 pm
by Klemen
Thanks for sharing, might be useful for others!