| Versionen | |
|---|---|
| drupal7 | theme_system_modules_incompatible($message) |
Themes an incompatible message.
$message The form array representing the currently disabled modules.
An HTML string for the message.
modules/
<?php
function theme_system_modules_incompatible($message) {
return '<div class="incompatible">' . $message . '</div>';
}
?>
Kommentare
Kommentar hinzufügen