bookmark

Changing Drupal 7's built-in jQuery UI theme | Samat Says


Description

function MYTHEME_css_alter(&$css) { if (isset($css['misc/ui/jquery.ui.theme.css'])) { $css['misc/ui/jquery.ui.theme.css']['data'] = drupal_get_path('theme', 'MYTHEME') . '/jquery.ui.theme.css'; }

Preview

Tags

Users

  • @sac

Comments and Reviews