| 188 |
'#maxlength' => 128 |
'#maxlength' => 128 |
| 189 |
); |
); |
| 190 |
|
|
| 191 |
|
$content_default = (empty($node->sidecontent)) ? '' : check_markup($node->sidecontent, $node->sidecontent_format); |
| 192 |
|
|
| 193 |
$form['sidecontent']['sidecontent'] = array( |
$form['sidecontent']['sidecontent'] = array( |
| 194 |
'#type' => 'textarea', |
'#type' => 'textarea', |
| 195 |
'#title' => t('Side Content Text'), |
'#title' => t('Side Content Text'), |
| 196 |
'#default_value' => check_markup($node->sidecontent, $node->sidecontent_format, FALSE), |
'#default_value' => $content_default, |
| 197 |
'#description' => t('Content to display in side block.'), |
'#description' => t('Content to display in side block.'), |
| 198 |
'#cols' => 60, |
'#cols' => 60, |
| 199 |
'#rows' => 20, |
'#rows' => 20, |