You are here

function css3pie_install in css3pie 7.2

Same name and namespace in other branches
  1. 6 css3pie.install \css3pie_install()

Implementation of hook_install().

File

./css3pie.install, line 10
css3pie.install Contains install and update hooks for CSS3PIE.

Code

function css3pie_install() {
  if (!file_exists(libraries_get_path('PIE') . '/PIE.htc')) {
    drupal_set_message(st('PIE library missing. Download PIE library from http://css3pie.com/ and add it to sites/all/libraries/PIE.'), 'error');
  }
}