', $section['pretext'], '
- ';
foreach ($section['groups'] as $group)
{
if (isset($group['title']))
echo '
- ', $group['title'], '
- '; // Try to make this read nicely. if (count($group['members']) <= 2) echo implode(' ' . $txt['credits_and'] . ' ', $group['members']); else { $last_peep = array_pop($group['members']); echo implode(', ', $group['members']), ' ', $txt['credits_and'], ' ', $last_peep; } echo ' '; } echo '
', $section['posttext'], '
'; echo '- ', $txt['credits_forum'], ' ', '
- ', $context['copyrights']['smf']; echo '
- ', $txt['credits_modifications'], '
- ', implode('
- ', $context['copyrights']['mods']), '