I would be very grateful if anyone could help me out with the error that am getting. It appears at the top of the homepage:
Parse error: syntax error, unexpected T_ENCAPSED_AND_WHITESPACE, expecting T_STRING or T_VARIABLE or T_NUM_STRING in /home/click4ke/public_html/dolph/templates/base/scripts/BxBaseIndexPageView.php on line 132
line 132 is actually blank - but contained within the following:
if ($sCurrentMode == $sEachMode) {
$aPreferSex[] = 'male';
$aPreferSex[] = 'female';
}
$sModeTitle = _t('_All');
break;
case 'male':
if ($sCurrentMode == $sEachMode) {
$aPreferSex[] = 'male';
}
$sModeTitle = _t('_By Male');
break;
case 'female':
if ($sCurrentMode == $sEachMode) {
$aPreferSex[] = 'female';
}
$sModeTitle = _t('_By Female');
break;
}
Thanks in advance
Denise
