Returns HTML for a "more help" link.
$variables: An associative array containing:
function theme_more_help_link($variables) { return '<div class="more-help-link">' . l(t('More help'), $variables['url']) . '</div>'; }