Try this Display.template.php file:
Nop.
I got the same error:
Template Parse Error!
There was a problem loading the /Themes/theme/Display.template.php template or language file. Please check the syntax and try again - remember, single quotes (') often have to be escaped with a slash (\). To see more specific error information from PHP, try accessing the file directly.
You may want to try to refresh this page or use the default theme.
--------------------------------------------------------------------------------
Parse error: syntax error, unexpected $end in .../Themes/theme/Display.template.php on line 754
745: </tr>
746: </table>';
747:
748: if ($context['show_spellchecking'])
749: echo '
750: <form action="', $scripturl, '?action=spellcheck" method="post" accept-charset="', $context['character_set'], '" name="spell_form" id="spell_form" target="spellWindow"><input type="hidden" name="spellstring" value="" /></form>';
751: }
752: }
753:
754: ?> <<<<---------------------------------------- error here?755: