/[drupal]/contributions/modules/outline_designer/outline_designer.install
ViewVC logotype

Contents of /contributions/modules/outline_designer/outline_designer.install

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Revision 1.1.1.1 - (show annotations) (download) (as text) (vendor branch)
Mon Jun 2 21:41:09 2008 UTC (17 months, 3 weeks ago) by btopro
Branch: MAIN
CVS Tags: DRUPAL-5--1-3-3, DRUPAL-5--1-3-2, DRUPAL-5--1-3-1, DRUPAL-5--1-3-4, DRUPAL-5--1-4, DRUPAL-5--1-5, DRUPAL-5--1-3, HEAD
Branch point for: DRUPAL-5, DRUPAL-6--1
Changes since 1.1: +0 -0 lines
File MIME type: text/x-php
Updated the usability of the context menu interface as well as cleaned up some general usability / theming / CSS issues.  Minor performance boost over previous versions and the ability to scale the interface!
1 <?php
2 /**
3 * Implementation of hook_install().
4 */
5 function outline_designer_install() {
6 //future use:
7 //automatically create images folder
8 //automatically set up icon associations to content types
9 //$dir = file_create_path(file_directory_path() . '/outline_designer');
10 //file_check_directory($dir, 1);
11 //drupal_set_message("");
12 }

  ViewVC Help
Powered by ViewVC 1.1.2