| 1 |
<?php |
<?php |
| 2 |
// $Id: nodewords_basic.module,v 1.8.2.20 2009/11/08 15:23:13 kiam Exp $ |
// $Id: nodewords_basic.module,v 1.8.2.21 2009/11/09 11:20:08 kiam Exp $ |
| 3 |
|
|
| 4 |
/** |
/** |
| 5 |
* @file |
* @file |
| 323 |
if ($bool) { |
if ($bool) { |
| 324 |
$content['value'] = nodewords_metatag_from_teaser($node->teaser, |
$content['value'] = nodewords_metatag_from_teaser($node->teaser, |
| 325 |
$node->format, |
$node->format, |
| 326 |
variable_get('nodewords_use_alt_attribute', FALSE) |
array( |
| 327 |
|
'alt_attribute' => variable_get('nodewords_use_alt_attribute', FALSE), |
| 328 |
|
) |
| 329 |
); |
); |
| 330 |
} |
} |
| 331 |
break; |
break; |