Revision: 34814
Initial Code
Initial URL
Initial Description
Initial Title
Initial Tags
Initial Language
at October 28, 2010 13:39 by hamsterbacke82
Initial Code
if (arg(0) == 'node' && is_numeric(arg(1)) && is_null(arg(2))) { $terms = taxonomy_node_get_terms(arg(1)); }
Initial URL
Initial Description
Initial Title
Drupal get terms from node
Initial Tags
drupal
Initial Language
PHP