News:

Welcome to SMF Ads Support Forum

Main Menu
Coinbase

Parse error in Display.template.php in blublur theme

Started by ouke, November 20, 2007, 12:57:26 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

ouke

Parse error: syntax error, unexpected $end in .../Themes/bluBlur/Display.template.php on line 1204

1195:    // Finally the most important bit - the actual text box to write in!
1196:    echo '
1197:             <tr>
1198:                <td valign="top" align="right"></td>
1199:                <td>
1200:                   <textarea class="editor" name="', $context['post_box_name'], '" rows="', $context['post_box_rows'], '" cols="', $context['post_box_columns'], '" onselect="storeCaret(this);" onclick="storeCaret(this);" onkeyup="storeCaret(this);" onchange="storeCaret(this);" tabindex="6"></textarea>
1201:                </td>


1202:             </tr>';
1203: }
1204: ?>1205:

I have also attached my display.template for anyone to look at.thanks for any help.