Revision: 3682
Initial Code
Initial URL
Initial Description
Initial Title
Initial Tags
Initial Language
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