Quote:
Originally Posted by micheal332001
To fix this login to your admincp and edit the template MMNAMETT you will see there Welcome to name that tune
You have $usercash cash points or some thing like this.
Just remove this text and the error will be gone
|
I seem to have fixed the problem by adding < in front of $current = <$current as shown below:
Code:
<td class="alt1" align="center" valign="top">
<$current
</td>
</tr>