Quote:
Originally Posted by DjTaz
Shill - go to Arcade.php - roughly around line 1376 (use Textpad ... www.textpad.com ) and find this
Code:
$awardlist .= "<img src=\"$stylevar[imgdir_arcade]/".$award['miniimage']."\" border=0 align=\"absmiddle\"> ";
replace it with this
Code:
$awardlist .= "<a href=\"arcade.php?do=play&gameid=".$award['gameid']."\"><img src=\"$stylevar[imgdir_arcade]/".$award['miniimage']."\" border=0 align=\"absmiddle\"></a> ";
I think that should do as you want ... any problems , please let me know
|
Cheers mate, that worked great, much appreciated.