| Messed up my menubar template
I just messed up my menubar template, no I can't get into the gallery. This was while trying to remove the duplicate links I accidentally made in the menu. This is the error I get;
Parse error: parse error, unexpected $ in /home/goldwing/public_html/photopost/templates/menubar.tmpl on line 21
and this is the current state of my menubar. If anyone can tell me how to fix it I would appreciate it;
<?php
echo <<<PPPRINT
<!-- BEGIN TEMPLATE: menubar.tmpl -->
$ppopen
<tr>
<td class="{$Style['menubar']}" width="100%" colspan="2">
<table width="100%" cellpadding="0" cellspacing="0">
<tr>
<td class="{$Style['menubarnb']}" width="50%" align="left" valign="middle">
$menu2
$menu2 · <a href="http://www.goldwingfacts.com/forums">GO TO FORUMS<a/>
</td>
<td class="{$Style['menubarnb']}" width="50%" align="right"valign="middle">
$menu2
</td>
</tr>
</table>
</td>
</tr>
$ppclose<br />
|