Code: Select all
<?php
include "menu.htm";
?>
Code: Select all
<?php
include "menu.htm";
?>
I put the complete code between [PHP] and [/PHP]. Removing <? and ?> didn't help either.Parse error: parse error, unexpected '<' in /home/aspaffen/www/include/inc_front/front.func.inc.php(2048) : eval()'d code on line 1
Code: Select all
[PHP]include "menu.htm";[/PHP]