Quote:
Originally Posted by EH-Jay
Logican can you help me? All I did was I copied the coding from my forums' header template and pasted it into the header that came with the installation of this hack.
On the top of the basic page, I'm getting this error:
Code:
Parse error: parse error, unexpected T_ENCAPSED_AND_WHITESPACE, expecting T_STRING or T_VARIABLE or T_NUM_STRING in /home/deathleg/public_html/forums/view.php(617) : eval()'d code on line 20
Parse error: parse error, unexpected T_ENCAPSED_AND_WHITESPACE, expecting T_STRING or T_VARIABLE or T_NUM_STRING in /home/deathleg/public_html/forums/view.php(623) : eval()'d code on line 23
What can I do to fix this? What do I do?
Thanks
|
Do NOT use VB3 conditionals in webtemplates. If you need to use conditionals you have to use my conditional syntax.
For instance your source code has:
PHP Code:
<if condition="$show['left_column']">
$home[leftblocks]
</if>
which is in VB3 conditional format.