
01-21-2005, 12:29 AM
|
|
|
Join Date: Sep 2004
Posts: 114
Благодарил(а): 0 раз(а)
Поблагодарили:
0 раз(а) в 0 сообщениях
|
|
Quote:
Originally Posted by pran
Go to line 156 in includes/functions_forumdisplay.ph and edit this line:
PHP Code:
$thread['typeprefix'] = $vbphrase['sticky_thread_prefix'];
And add the following changes:
PHP Code:
$thread['typeprefix'] = '<b>'.$vbphrase['sticky_thread_prefix'].'</b>';
|
Thanks for that.
|