| Versionen | |
|---|---|
| drupal6 – drupal7 | theme_filter_tips_more_info() |
Format a link to the more extensive filter tips.
modules/
<?php
function theme_filter_tips_more_info() {
return '<p>' . l(t('More information about text formats'), 'filter/tips') . '</p>';
}
?>
Kommentare
Kommentar hinzufügen