| 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 |
| 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 |
|
|