function theme_system_modules_incompatible
Returns HTML for a message about incompatible modules.
Parameters
$variables: An associative array containing:
- message: The form array representing the currently disabled modules.
Related topics
1 theme call to theme_system_modules_incompatible()
- _system_modules_build_row in modules/
system/ system.admin.inc - Build a table row for the system modules page.
File
-
modules/
system/ system.admin.inc, line 2701
Code
function theme_system_modules_incompatible($variables) {
return '<div class="incompatible">' . $variables['message'] . '</div>';
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.