Hallo
Ich erhalte diese fehler meldung:
Parse error: syntax error, unexpected '/' in /home/xxxxx/public_html/xxxx/xxxx/xxxx/config.php on line 3
Ich erhalte diese fehler meldung:
Parse error: syntax error, unexpected '/' in /home/xxxxx/public_html/xxxx/xxxx/xxxx/config.php on line 3
PHP:
<?php
/ xxxxxxxxxxxx
/
/ Template configuration
/
$cTpl = array(
"nColumnsMain" => 2, // in the main list on the front page
"nColumnsCat" => 2, // in the main list on a category page
"nColumnsListCat" => 3, // in the list of all category's games
"nMaxGameW" => 655,
"nMaxGameH" => 655,
"nStarSize" => 16 // width and height, on the game page
);
?>