Return to Snippet

Revision: 3682
at August 30, 2007 14:07 by JuliaKM


Initial Code
<?php
if (arg(0) == 'taxonomy' && arg(1)=='term' && is_numeric(arg(2))) {
  $terms = taxonomy_get_term(arg(2));

}
?>

<pre><?php echo $terms->name ?></pre>
<pre><?php echo arg(0); ?></pre>
<pre><?php echo arg(1); ?></pre>
<pre><?php echo arg(2); ?></pre>

Initial URL


Initial Description


Initial Title
Drupal - building taxonomy menu

Initial Tags
textmate, drupal

Initial Language
HTML