function css3pie_install in css3pie 6
Same name and namespace in other branches
- 7.2 css3pie.install \css3pie_install()
Implementation of hook_install().
File
- ./
css3pie.install, line 6
Code
function css3pie_install() {
if (!file_exists(libraries_get_path('PIE') . '/PIE.htc')) {
drupal_set_message(t('PIE library missing. Download PIE library from http://css3pie.com/ and add it to sites/all/libraries/PIE.'), 'error');
}
}