Some Tools
Component type
Categories
Maintenance status
Development status
Downloads
Component created
Component changed
Drupal developer tools and short cuts.
// check if a field has a value and do stuff with it
if (stools_field_has_value($node, 'field_location')) {
$value = stools_field_value($node, 'field_location');
}
