', $context['error_title'], '
', $context['error_message'], '
'; // Show a back button (using javascript.) echo '
', $txt[250], '
'; } function template_error_log() { global $context, $settings, $options, $scripturl, $txt, $modSettings; echo '
'; if ($context['has_filter']) echo ' '; echo ' '; if (!empty($context['errors'])) echo ' '; foreach ($context['errors'] as $error) { echo ' '; } if (!empty($context['errors'])) echo ' '; else echo ' '; echo '
', $txt[119], ' ', $txt['errlog1'], '
', $txt['errlog2'], '
', $txt['applying_filter'], ': ', $context['filter']['entity'], ' ', $context['filter']['value']['html'], ' (', $txt['clear_filter'], ')
', $txt[139], ': ', $context['page_index'], '
', $txt['apply_filter'], ': ', $txt['filter_only_member'], ' ', $error['member']['link'], ' ', $error['time'], '
', $txt['apply_filter'], ': ', $txt['filter_only_ip'], ' ', $error['member']['ip'], '   '; if ($error['member']['session'] != '') echo ' ', $txt['apply_filter'], ': ', $txt['filter_only_session'], ' ', $error['member']['session']; echo '
', $txt['apply_filter'], ': ', $txt['filter_only_message'], '
', $error['message']['html'], '
', $txt[151], '
', $txt[139], ': ', $context['page_index'], '

'; if ($context['sort_direction'] == 'down') echo ' '; echo '
'; } ?>