SOLVED
I have identified the issue. The code I copied from the documentation on including external files has an extra "space" character after the array key definition. Upon deleting that white space, it all worked fine.
Sorry for not noticing before I posted!
--------------- Added [DATE]1310601820[/DATE] at [TIME]1310601820[/TIME] ---------------
Quote:
Originally Posted by kh99
This line:
Code:
vB_Template:PreRegister('header',array('includedphp ' => $includedphp));
has a space after the first includephp (inside the quotes). I don't know if that's just a typo in the post or what.
|
Thank you KH99, I noticed this myself just minutes ago. Thank you for your input!