theme_more_help_link
- Versions
- 4.6 – 6
theme_more_help_link($url)- 7
theme_more_help_link($variables)
Returns code that emits the 'more help'-link.
Related topics
Code
includes/theme.inc, line 1887
<?php
function theme_more_help_link($variables) {
return '<div class="more-help-link">' . t('<a href="@link">More help</a>', array('@link' => check_url($variables['url']))) . '</div>';
}
?>Login or register to post comments 