/[drupal]/contributions/modules/weight/weight.admin.inc
ViewVC logotype

Diff of /contributions/modules/weight/weight.admin.inc

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

revision 1.1.2.1, Sat Apr 25 15:03:23 2009 UTC revision 1.1.2.2, Sat Apr 25 16:08:45 2009 UTC
# Line 1  Line 1 
1  <?php  <?php
2  // $Id: weight.module,v 1.23.2.6 2009/02/25 19:05:39 nancyw Exp $  // $Id: weight.admin.inc,v 1.1.2.1 2009/04/25 15:03:23 nancyw Exp $
3  /**  /**
4   * @file   * @file
5   * This module uses the sticky column of the node table   * This module uses the sticky column of the node table
# Line 7  Line 7 
7   */   */
8    
9  function weight_settings_form() {  function weight_settings_form() {
10      drupal_add_css(drupal_get_path('module', 'weight') .'/weight.css');
11    $form = array();    $form = array();
12    $types = node_get_types('names');    $types = node_get_types('names');
13    

Legend:
Removed from v.1.1.2.1  
changed lines
  Added in v.1.1.2.2

  ViewVC Help
Powered by ViewVC 1.1.2