function node_gallery_api_install in Node Gallery 7
Implements hook_install().
File
- ./
node_gallery_api.install, line 156 - Install, update and uninstall functions for the node_gallery_api module.
Code
function node_gallery_api_install() {
node_gallery_api_setup_display_modes();
}