You are here

outline_designer.install in Outline Designer 5

File

outline_designer.install
View source
<?php

/**
 * Implementation of hook_install().
 */
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("");
}

Functions

Namesort descending Description
outline_designer_install Implementation of hook_install().