- ';
foreach ($context['top_posters'] as $poster)
{
echo '
- ', $poster['link'], ' '; } echo '
', $txt['yearly_summary'], ' | ', $txt['stats_new_topics'], ' | ', $txt['stats_new_posts'], ' | ', $txt['stats_new_members'], ' | ', $txt['most_online'], ' | '; if (!empty($modSettings['hitStats'])) echo '', $txt['page_views'], ' | '; echo '
---|---|---|---|---|---|
', $year['year'], ' | ', $year['new_topics'], ' | ', $year['new_posts'], ' | ', $year['new_members'], ' | ', $year['most_members_online'], ' | '; if (!empty($modSettings['hitStats'])) echo '', $year['hits'], ' | '; echo '
', $month['month'], ' ', $month['year'], ' | ', $month['new_topics'], ' | ', $month['new_posts'], ' | ', $month['new_members'], ' | ', $month['most_members_online'], ' | '; if (!empty($modSettings['hitStats'])) echo '', $month['hits'], ' | '; echo '
', $day['year'], '-', $day['month'], '-', $day['day'], ' | ', $day['new_topics'], ' | ', $day['new_posts'], ' | ', $day['new_members'], ' | ', $day['most_members_online'], ' | '; if (!empty($modSettings['hitStats'])) echo '', $day['hits'], ' | '; echo '