Sometime recently the images stopped working & this error is being shown.
Parse error: syntax error, unexpected T_STRING, expecting ',' or ';' in /home/dahubb/public_html/gallery/templates/showgallery.tmpl on line 262
I have checked the php file & can see nothing missing.
as Below : 262 to 267
echo "<option value="f"". ($sortby=="f" ? " selected="selected"" : "") .">{$Globals['pp_lang']['filename']}</option>";
echo "<option value="s"". ($sortby=="s" ? " selected="selected"" : "") .">{$Globals['pp_lang']['filesize']}</option>";
echo "<option value="r"". ($sortby=="r" ? " selected="selected"" : "") .">{$Globals['pp_lang']['rating']}</option>";
echo "<option value="l"". ($sortby=="l" ? " selected="selected"" : "") .">{$Globals['pp_lang']['lastcomment']}</option>";
echo "<option value="d"". ($sortby=="d" ? " selected="selected"" : "") .">{$Globals['pp_lang']['posted']}</option>";
echo "<option value="v"". ($sortby=="v" ? " selected="selected"" : "") .">{$Globals['pp_lang']['views']}</option></select>";
The site is here
Da Hub Gone Postal Stamps & Postal History photo gallery - Da Hub Virtual gallery
Any help would be much appreciated, it was working, now is not ??
Thanks in advance
Steve