- Code: Select all
Parse error: parse error, unexpected T_CONSTANT_ENCAPSED_STRING, expecting ')' in /home/hantho07/public_html/modtest/includes/usercp_viewprofile.php on line 317
Line 317
- Code: Select all
'L_INVISION_MEMBER_TITLE' => $lang['Invision_Member_Title']
Code that calls it in the profile:
- Code: Select all
<td class="row3" width='25%' valign='top' style="background-color: #eef2f7"><b><span class="gen">{L_INVISION_MEMBER_TITLE}</span></b></td>
What is my error trying to tell me that I need to fix?

