Thread: story
View Single Post
Old
  (#4 (permalink))
mikem
Senior Member
 
Status: Offline
Posts: 2,905
Join Date: Sep 2002
08-06-2003, 12:03 AM

open
modules/News/index.php

find this,
Code:
	$morelink .= " | "._SCORE." $rated";
	$morelink .= ")";
after that code, add this,
Code:
	$morelink .= " (<a href=\"http://www.yourlinkhere.com\">YOURLINKNAME</a>)";
replacing the obvious.

mikem