function node_gallery_install in Node Gallery 7
Same name and namespace in other branches
- 6.3 node_gallery.install \node_gallery_install()
- 6 node_gallery.install \node_gallery_install()
- 6.2 node_gallery.install \node_gallery_install()
Implements hook_install().
File
- ./
node_gallery.install, line 164 - Install, update and uninstall functions for the node_gallery module.
Code
function node_gallery_install() {
node_gallery_setup_display_modes();
node_gallery_setup_content_types();
}