$user_cache[$poster_id]['sig'] =
($config['enable_smilies'])
? preg_replace('#<!-- s(.*?) --><img src="{SMILE_PATH}/.*? /><!-- s1 -->#',
'1',
$user_cache[$poster_id]['sig'])
429 : str_replace('<img src="{SMILE_PATH}', '<img src="' .
$config['smilies_path'],
$user_cache[$poster_id]['sig']);
This is some code im using... however... i get the error:
Parse error: parse error, unexpected T_STRING in D:\Websites\forums\phpBB2\includes\functions_news.php on line 429
Help! As in another script this works, and i cant figure it out!
Also, the colours for this dont display right in dreamweaver...