function drush_fancybox_post_pm_enable in fancyBox 7.2
Implements drush_MODULE_post_COMMAND().
File
- ./
fancybox.drush.inc, line 65 - Provides the fancyBox jQuery plugin, a tool that offers a nice and elegant way to add zooming functionality for images, html content and multi-media on your webpages, and an extensive settings page for configuring fancyBox settings and how fancyBox…
Code
function drush_fancybox_post_pm_enable() {
$modules = func_get_args();
if (in_array('fancybox', $modules)) {
fancybox_drush_download();
}
}