Hi i was adding something, and there was an error created so i removed it and now i am getting this error but i did not alter this area, but edited 2 lines above it,
Parse error: syntax error, unexpected T_ENCAPSED_AND_WHITESPACE, expecting T_STRING or T_VARIABLE or T_NUM_STRING in /home/mysite/public_html/inc/design.inc.php on line 311
this is what the line looks like
function getTemplateIcon( $sFileName ) { return $GLOBALS['oFunctions']->getTemplateIcon($sFileName);
and this is what the area that i was editing looks like
{$sWelcomeElement}
{$sLoginSection}
{$sImagesEls}
} return $sCode; }
can anyone get me some help on this????