'; // Loop through all the current news items so you can edit/remove them. foreach ($context['admin_current_news'] as $admin_news) echo ' '; // This provides an empty text box to add a news item to the site. echo '
', $txt[507], '
', $admin_news['parsed'], '
'; } function template_email_members() { global $context, $settings, $options, $txt, $scripturl; echo '
', $txt[6], '
', $txt['smf250'], '
'; foreach ($context['groups'] as $group) echo ' (', $group['member_count'], ')
'; echo '


'; if ($context['can_send_pm']) echo '
'; echo '
'; } function template_email_members_compose() { global $context, $settings, $options, $txt, $scripturl; echo '
', $txt[119], ' ', $txt[6], '
', $txt[735], '

', $txt[338], '
', $txt['email_variables'], '







'; } function template_email_members_send() { global $context, $settings, $options, $txt, $scripturl; echo '
', $txt[119], ' ', $txt[6], '
', $context['percentage_done'], '% ', $txt['email_done'], '
'; } function template_news_settings() { global $context, $settings, $options, $scripturl, $txt, $modSettings; echo '
'; if ($context['can_change_permissions']) { echo ' '; } echo '
', $txt['settings'], '
', $txt['groups_edit_news'], ': '; theme_inline_permissions('edit_news'); echo '
', $txt['groups_send_mail'], ': '; theme_inline_permissions('send_mail'); echo '

(?):
', $txt['xmlnews_maxlen'], '
'; } ?>