Parse error: parse error, unexpected T_VARIABLE in c:\program files\easyphp1-7\www\bb\language\lang_english\lang_admin.php on line 753
line 753 is the code below.
- Code: Select all
// Start add - ModCP
$lang['Modcp'] = 'ModeratorCP';
$lang['Modcp_title'] = 'Moderator Control Panel';
$lang['Modcp_explain'] = 'The form below will allow you to customize all the ModeratorCP options.';
$lang['Modcp_settings'] = 'ModCP Settings';
$lang['Module_disabled'] = 'Module disabled';
$lang['Module_disallow'] = 'Enable Disallow Module';
$lang['Module_disallow_explain'] = 'Allow moderators to access to the Disallow module.';
$lang['Module_mass_email'] = 'Enable Mass Email Module';
$lang['Module_mass_email_explain'] = 'Allow moderators to access to the Mass Email module.';
$lang['Module_ranks'] = 'Enable Ranks Module';
$lang['Module_ranks_explain'] = 'Allow moderators to access to the Ranks module.';
$lang['Module_smilies'] = 'Enable Smilies Module';
$lang['Module_smilies_explain'] = 'Allow moderators to access to the Smilies module.';
$lang['Module_user_ban'] = 'Enable User Ban Module';
$lang['Module_user_ban_explain'] = 'Allow moderators to access to the User Ban module.';
$lang['Module_users'] = 'Enable Users Module';
$lang['Module_users_explain'] = 'Allow moderators to access to the Users module.';
$lang['Module_words'] = 'Enable Words Module';
$lang['Module_words_explain'] = 'Allow moderators to access to the Words module.';
// End add - ModCP

