/[drupal]/contributions/modules/drutex/drutex.module
ViewVC logotype

Diff of /contributions/modules/drutex/drutex.module

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

revision 1.23.4.1, Mon Nov 17 09:05:36 2008 UTC revision 1.23.4.2, Sun Jan 4 16:33:09 2009 UTC
# Line 1  Line 1 
1  <?php  <?php
2  // $Id: drutex.module,v 1.20.2.3 2008/01/16 01:06:00 darthsteven Exp $  // $Id: drutex.module,v 1.23.4.1 2008/11/17 09:05:36 darthsteven Exp $
3    
4  /**  /**
5   * @file   * @file
# Line 87  function drutex_filter($op, $delta = 0, Line 87  function drutex_filter($op, $delta = 0,
87  }  }
88    
89  /**  /**
90     * Implementation of hook_init()
91     */
92    function drutex_init() {
93      // Load our stylesheets
94      drutex_set_stylesheet();
95    }
96    
97    /**
98   * Implementation of hook_menu().   * Implementation of hook_menu().
99   */   */
100  function drutex_menu() {  function drutex_menu() {
# Line 134  function drutex_menu() { Line 142  function drutex_menu() {
142      );      );
143    }    }
144    
   drutex_set_stylesheet();  
   
145    return $items;    return $items;
146  }  }
147    

Legend:
Removed from v.1.23.4.1  
changed lines
  Added in v.1.23.4.2

  ViewVC Help
Powered by ViewVC 1.1.2