|
|
Administrator
|
Posts: 1223
Join Date: Mar 2005
|
In vtopic.php you can modify the $title variable below this line:
Code:
list($title, $f, $num_replies, $t_sticky, $t_locked, $t_moved) = mysql_fetch_row($result);
for example, you can add
Code:
$title .= ' at Raz-Sports.com';
|