Return to Snippet

Revision: 11498
at February 7, 2009 10:40 by lexx


Initial Code
$node = node_load(arg(1));
if($node){
foreach($node->taxonomy as $term) { $terms[] = $term->tid;}
return implode('+',$terms);
} else {return;}

Initial URL
http://drupaleasy.com/blogs/ryanprice/2008/06/using-views-2-drupal-6-create-a-related-pages-block

Initial Description
I just wanted to have the argument code as text. It is provided as an image.

Initial Title
Using Views 2 and Drupal 6 to Create a Related Pages Block

Initial Tags
drupal

Initial Language
PHP