Parse error: syntax error, unexpected '<' in .../Themes/KozaKelebegi/index.template.php on line 471
462: }
463: // Show the start of the tab section.
464: echo '
465: <ul>';
466:
467: // Show the [home] button.
468: echo '<li', $current_action == 'home' ? ' id="active"' : '', '><a href="', $scripturl, '">' , $txt[103] , '[/url]</li>';
469: // Show the [chat] button.
470: echo '<li', $current_action == 'help' ? ' id="active"' : '', '>
Chat</li>';472:
473:
474: // Show the [help] button.