You are here

function node_gallery_install in Node Gallery 7

Same name and namespace in other branches
  1. 6.3 node_gallery.install \node_gallery_install()
  2. 6 node_gallery.install \node_gallery_install()
  3. 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();
}