| 78 |
$content = ''; |
$content = ''; |
| 79 |
$numTags = variable_get('related_nodes_count', 5); |
$numTags = variable_get('related_nodes_count', 5); |
| 80 |
|
|
| 81 |
$vocabularies = implode(',',variable_get('related_nodes_vocabularies', array())); |
$vocab_list = variable_get('related_nodes_vocabularies', array()); |
| 82 |
|
if ($vocab_list) { |
| 83 |
|
$vocabularies = implode(',',$vocab_list); |
| 84 |
|
} |
| 85 |
|
|
| 86 |
if (is_numeric($numTags) && $numTags >= 1) { |
if (is_numeric($numTags) && $numTags >= 1) { |
| 87 |
$content .= '<ul>'; |
$content .= '<ul>'; |