// Show the [home] button.
echo ($current_action=='home' || $context['browser']['is_ie4']) ? ' | ' : '' , '
' , $txt[103] , '
| ' , $current_action == 'home' ? ' | ' : '';
echo ($current_action=='Chat' || $context['browser']['is_ie4']) ? ' | ' : '' , '
Chat
| ' , $current_action == 'Chat' ? ' | ' : '';
|