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;
|