| 1 |
<?php |
<?php |
| 2 |
// $Id: css.module,v 1.3.2.1 2008/12/03 18:21:01 fax8 Exp $ |
// $Id: css.module,v 1.3.2.2 2008/12/03 18:31:46 fax8 Exp $ |
| 3 |
|
|
| 4 |
/** |
/** |
| 5 |
* @file |
* @file |
| 72 |
'#default_value' => $node->css_css, |
'#default_value' => $node->css_css, |
| 73 |
'#cols' => 60, |
'#cols' => 60, |
| 74 |
'#rows' => 10, |
'#rows' => 10, |
| 75 |
'#description' => t('Insert here the css rules for this node. You can use css defined for other nodes using <em>@import "?q=css/get/x"</em> where x is the identification number of the node which contains the css you want to use.'), |
'#description' => t('Insert here the css rules for this node. You can use css defined for other nodes using <em>@import "?q=css/get/x";</em> where x is the identification number of the node which contains the css you want to use.'), |
| 76 |
'#attributes' => NULL, |
'#attributes' => NULL, |
| 77 |
'#required' => FALSE, |
'#required' => FALSE, |
| 78 |
); |
); |