this is how far i have got and hope it worked, but i have done something wrong but dont now where
Code:
if ($vbulletin->options['ie6fix_onoff']){
$ie6fix = '<vb:if condition="$vboptions['ie6fix_onoff']">
{vb:rawphrase ie6fix_english}
</vb:if>';
$find = '<div class="above_body">';
$add_before = "$ie6fix". PHP_EOL;
$output = str_replace($find,$add_before.$find, $output);
}
i get this message
Parse error: syntax error, unexpected T_STRING in
/home/ereptalk/public_html/includes/functions.php(6851) : eval()'d code on line
8
i know its my plugin but dont understand where it is wrong