Quote:
Originally Posted by Dark_Wizard
Check your global.php file for these lines:
Code:
'phpinclude_start',
'phpinclude_end',
should be around line 309.
If it is there then check for this section:
PHP Code:
// parse PHP include
if (!is_demo_mode())
{
@ob_start();
eval(fetch_template('phpinclude_start', -1, 0));
$phpinclude_output = @ob_get_contents();
@ob_end_clean();
}
|
both are present and correct :S