| Versionen | |
|---|---|
| drupal6 – drupal7 | theme_more_help_link($url) |
Returns code that emits the 'more help'-link.
includes/
<?php
function theme_more_help_link($url) {
return '<div class="more-help-link">' . t('<a href="@link">More help</a>', array('@link' => check_url($url))) . '</div>';
}
?>
Kommentare
Kommentar hinzufügen