';
return;
}
// An error?
if (!empty($context['error_message']))
echo '
', $context['error_message'], '
';
// Provide something of an introduction...
echo '
';
// The javascript for expand and collapse of sections.
echo '
';
}
/**
* Edit language entries.
*/
function template_modify_language_entries()
{
global $context, $settings, $options, $txt, $scripturl;
echo '
';
}
/**
* Add a new language
*
*/
function template_add_language()
{
global $context, $settings, $options, $txt, $scripturl;
echo '