2 sam2kb Oct 09, 2008 15:51

ok ok
Here from 100 - 110
'',
// Before
'<div style="float:right">',
// After
'</div>',
// No avatar
'<p>No avatar</p>' );
<p class="postinfo">
<?php
$Item->author( array(
Edit the following
'<p>No avatar</p>' );
?>
I think you also forgot to close curly bracket, so change the code to
'<p>No avatar</p>' );
}
?>
aw another error appears.
Parse error: syntax error, unexpected $end in /home/a4971027/public_html/skins/evocamp/single.main.php on line 237
Did you put closing bracket there?
in? the last line?
I dont see any close bracket
Ok OK it's working now. I forgot to put brackets in there ^^ thnx
There is an extra semicolon ( ; ) next to the author avatar
yeah i saw it. I will just go over with it later.
Can you post the source code from lines 100 - 110