Events Coverage

by on Jul 02, 2008

Ten Ton Hammer is on the move! We're traveling the world to cover your favorite MMOG events.

$vid = 3;
$terms = taxonomy_get_tree($vid);
$lastdepth = 0;

print "

";
foreach($terms as $term) {
if($term->depth == 0 && $lastdepth != "1") { print " " . $term->name . " "; }
else if($term->depth == 0) { print " " . $term->name . " "; }
else { print " " . l($term->name,"taxonomy/term/" . $term->tid,array('title' => $term->description)) . "

"; }
$lastdepth = $term->depth;
}
if($lastdepth != 0) { print "

"; }
print "

";

?>


Last Updated: Mar 13, 2016