I got a problem here:
The following error occurred when attempting to evaluate this template:
Parse error: syntax error, unexpected T_ENCAPSED_AND_WHITESPACE, expecting T_STRING or T_VARIABLE or T_NUM_STRING in /home/chadi/public_html/includes/adminfunctions_template.php(3537) : eval()'d code on line 208
I had inserted below the mentioned code (in instructions)
<if condition="$show[registerbutton]">
<if condition="$userinfo[field18]=No">
<tr>
<td>
$vbphrase[contact_is_private]
</td>
</tr>
</if>
<else />
What is the issue?
|