dlaczego w tym kodzie php nie dziala
<?PHP
///////////////////// TEMPLATE Default /////////////////////
$template_active = <<<HTML
<center>
<table border="0" width="495">
<tr>
<td><center>
<font size="2">
<div id="komentarz">
{title}</div></center>
<fieldset>
<div align="right"><font size="1">Dodał: <b>{author}</b> | Dnia: <b>{date}</b></font></div>
<div style="text-align:justify; padding:3px; margin-top:3px; margin-bottom:5px; border-top:1px solid #D3D3D3;">{short-story}</div>
<div style="text-align:justify; padding:3px; margin-top:3px; margin-bottom:5px; border-top:1px solid #D3D3D3;">
<div style="float: right;"> [full-link]<font color="orange"> <img src="images/plus_fav.gif" border="0" align="left"> Zobacz wiecej...</font>[/full-link] | <img src="images/message.png" border="0"> Komentarze [{comments-num}] </div>
</div></div>
</fieldset></font>
</td>
</tr>
</table>
<img src="images/line_new.jpg" border="0"></center>
HTML;
?>
wywala mi taki blad
Parse error: syntax error, unexpected '(', expecting ']' in /homepages/36/d352688929/htdocs/v1/dodaj/data/Default.tpl on line 41
co zrobic by zadziałaó php?