outline_designer.install in Outline Designer 5
Same filename and directory in other branches
File
outline_designer.installView 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
Name![]() |
Description |
---|---|
outline_designer_install | Implementation of hook_install(). |