Parse error: syntax error unexpected T_ENCAPSED ....

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

 


Quote · 1 Feb 2011
 
 
Below is the legacy version of the Boonex site, maintained for Dolphin.Pro 7.x support.
The new Dolphin solution is powered by UNA Community Management System.