wenn ich dies mache erhalte ich dauernd das:
Template Parse Error!
There was a problem loading the /Themes/default/index.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 '/' in .../Themes/default/index.template.php on line 245
236: <td class="windowbg" valign="middle">', $context['user']['avatar']['image'], '</td>';
237:
238: echo '
239: <td colspan="2" width="100%" valign="top" class="windowbg2"><span class="middletext">';
240:
241: // If the user is logged in, display stuff like their name, new messages, etc.
242: if ($context['user']['is_logged'])
243: {
244: echo '
245: <a href="', $scripturl, '?action=action=who">', $txt['who_title], '</a>
246: <a href="', $scripturl, '?action=recent">', $txt[234], '</a> <br />
247: <a href="', $scripturl, '?action=unread">', $txt['unread_since_visit'], '</a> <br />
248: <a href="', $scripturl, '?action=unreadreplies">', $txt['show_unread_replies'], '</a><br />';
249: