You are here

function outline_designer_install in Outline Designer 5

Same name and namespace in other branches
  1. 6.2 outline_designer.install \outline_designer_install()
  2. 6 outline_designer.install \outline_designer_install()
  3. 7.2 outline_designer.install \outline_designer_install()
  4. 7 outline_designer.install \outline_designer_install()

Implementation of hook_install().

File

./outline_designer.install, line 5

Code

function outline_designer_install() {

  //future use:

  //automatically create images folder

  //automatically set up icon associations to content types

  //$dir = file_create_path(file_directory_path() . '/outline_designer');

  //file_check_directory($dir, 1);

  //drupal_set_message("");
}