|
@@ -12,16 +12,6 @@
|
|
|
|
|
|
function template_boardindex_outer_above()
|
|
|
{
|
|
|
- global $context, $settings, $options, $txt, $scripturl, $modSettings;
|
|
|
-
|
|
|
-
|
|
|
- if (!$settings['show_stats_index'])
|
|
|
- echo '
|
|
|
- <div id="index_common_stats">
|
|
|
- ', $txt['members'], ': ', $context['common_stats']['total_members'], ' &
|
|
|
- ', $settings['show_latest_member'] ? ' ' . sprintf($txt['welcome_newest_member'], ' <strong>' . $context['common_stats']['latest_member']['link'] . '</strong>') : '' , '
|
|
|
- </div>';
|
|
|
-
|
|
|
template_newsfader();
|
|
|
}
|
|
|
|