
12-10-2005, 03:13 PM
|
 |
|
|
Join Date: Dec 2001
Location: Northampton, England
Posts: 6,186
Благодарил(а): 0 раз(а)
Поблагодарили:
0 раз(а) в 0 сообщениях
|
|
Quote:
Originally Posted by Alan @ CIT
Add a plugin at location threadbit_display with the following content:
PHP Code:
if ($thread['sticky'])
{
$thread['threadtitle'] = '<strong>' . $thread['threadtitle'] . '<strong>';
}
|
I think you mean
for the closing tag
Chris
|