', $section['pretext'], '
- ';
foreach ($section['groups'] as $group)
{
echo '
- ', isset($group['title']) ? '' . $group['title'] . '' : '', '
- '; $names = sentence_list($group['members']); echo sprintf($txt['credits_list'], $names); echo ' '; } echo '
', $section['posttext'], '
'; echo '';
if (!empty($context['credits_software_graphics']['graphics']))
echo '
';
}
// How about Modifications, we all love em
if (!empty($context['credits_modifications']) || !empty($context['copyrights']['mods']))
{
echo '
- ', $txt['credits_graphics'], '
- ', implode('
- ', $context['credits_software_graphics']['graphics']), '
- ', $txt['credits_software'], '
- ', implode('
- ', $context['credits_software_graphics']['software']), '
- ', $txt['credits_fonts'], '
- ', implode('
- ', $context['credits_software_graphics']['fonts']), '
- ';
// Display the credits.
if (!empty($context['credits_modifications']))
echo '
- ', implode('
- ', $context['credits_modifications']), ' '; // Legacy. if (!empty($context['copyrights']['mods'])) echo '
- ', implode('
- ', $context['copyrights']['mods']), ' '; echo '
', $context['copyrights']['smf'], '