<?php $templates['game'] = '<div class="game"> <table border="0" width="200" style="border-collapse: collapse"> <tr> <td rowspan="2"><img src="{$this->imgdir}/{$game['gThumb']}" alt="{$game['gName']} - {$game['gDescription']}" /></td> <td><strong><a href="{$_SERVER['PHP_SELF']}?act=play&id={$game['gId']}">{$game['gName']}</a></strong></td> </tr> <tr> <td>{$game['gDescription']}</td> </tr> </table> </div>'; ?>
oraz taki:
<?php ?>
I wyskakuje mi taki błąd:
Cytat
Parse error: syntax error, unexpected T_LNUMBER in c:\usr\apache\httpd\html\games\gclacss.php(125) : eval()'d code on line 2
Siedzie juz nad problemem z dobre 2 godziny i nic nie moge wymyslic. Ktos pomoze?
Pozdrawiam.