Quote
Parse error: syntax error, unexpected T_VARIABLE in /home/lol/public_html/test/infusions/enhanced_online_users_panel/locale/English.php on line 1
<?php
$locale['eou_title'] = "Enhanced Online Users Panel";
$locale['eou_desc'] = "Enhanced Online Users Panel";
$locale['eou000'] = "New Members";
$locale['eou001'] = "Total Members:";
$locale['eou002'] = "Today:";
$locale['eou002b'] = "Last 7 Days:";
$locale['eou002c'] = "Last 30 Days:";
$locale['eou003'] = "Members who have visited today:";
$locale['eou005'] = "<img src='"
if (file_exists(INFUSIONS."enhanced_online_users_panel/locale/".$settings['locale'].".php")) {
include INFUSIONS."enhanced_online_users_panel/locale/".$settings['locale'].".php";
} else {
include INFUSIONS."enhanced_online_users_panel/locale/English.php";
}
Category Forum
Modifications and Requests - 8Labels
None yet
Statistics
2 participants
Notifications
You are not receiving notifications from this thread.
Related Questions