Quote:
(if $user['6'] is equal to XXXX then 90%, if $user['8'] is equal to YYYY then 80%, etc)
<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center">
<tr>
<td class="tcat" colspan="3">$user[title]</td>
</tr>
<tr>
<td class="thead"> </td>
<td class="thead" width="100%">$vbphrase[user_name]<if condition="$show['locationfield']"> / $vbphrase[location_perm]</if></td>
<if condition="$show['contactinfo']"><td class="thead">הודעה פרטית</td></if>
</tr>
$usergroupbits
</table>
<br />
|
this is my showgroups_usergroup template
and my error is this
Quote:
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/agooz2/domains/mydomain.com/public_html/includes/adminfunctions_template.php(3929) : eval()'d code on line 1
This is likely caused by a malformed conditional statement. It is highly recommended that you fix this error before continuing, but you may continue as-is if you wish.
|