View Single Post
Old June 14th, 2005, 01:47 AM   #7 (permalink)
oceanart
Junior Member
Verified Customer
 
Join Date: Jun 2005
Posts: 15
Hi Chuck,

I don't know what I could be doing wrong - it's a simple change

The error looks like this:
Quote:
Parse error: parse error, unexpected T_ECHO in /...../gallery/templates/vb3enhanced/showphoto.tmpl on line 85
The code looks like this after I moved the phrase to line 84:

Quote:
if ( $Globals['disptitle'] == "yes" ) {
echo<<<PPPRINT
<tr>
<td class="{$Style['menubar']}" align="center"><b>$title</b></td>
</tr>
PPPRINT;
}
$filmstrip_bottom
echo<<<PPPRINT
</table>
</td>
</tr>
</table>
$videodisp
$altlink<br />
PPPRINT;
oceanart is offline   Reply With Quote