diff options
Diffstat (limited to 'jquery_gallery_view.install')
-rw-r--r-- | jquery_gallery_view.install | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/jquery_gallery_view.install b/jquery_gallery_view.install new file mode 100644 index 0000000..df0deca --- /dev/null +++ b/jquery_gallery_view.install @@ -0,0 +1,13 @@ +<?php +// $Id$ + +/** + * @file + * jQuery GalleryView installation file. + */ + +/** + * Implementation of hook_install(). + */ +function jquery_gallery_view_install() { +} |