function views_sexy_throbber_update_7201 in Views Sexy Throbber 7.2
Add "CSS3PIE" module compatibility to support Internet Explorer 7 and above.
File
- ./
views_sexy_throbber.install, line 108 - Views Sexy Throbber installation file.
Code
function views_sexy_throbber_update_7201() {
// Re-generate the css file.
include 'updates/generate_css.php';
}