Parse error: syntax error, unexpected ';' in /home/takil/public_html/templates/takilbana/file.html on line 147


Arkadaslar sitede bu hatayi veriyor

Bahsedilen satır :

</div>

<?php if($commentson == '1') { ?>
<div class="filebox">
<div class="fileboxheader">
Yorumlar: <?php if ($userGroup == '2') { ?>[<a href="<?php echo $siteurl;?>/admin/index.php?action=comments&fid=<?php echo $fileId; ?>" class="contentheaderlink">Yorum Düzenle</a>]<?php } ?>
</div>
<div class="boxestext">
<?php displaycomments($fileId); ?>
<?php if ($commentwho == '2' && $userStatus == '1' || $commentwho == '1') { ?>
<script language='javascript'>
<!--
function addsmilie(code)
{
document.form.message.value += code;
//return true;
}
//-->
</script>