You are here

cctags-term.tpl.php in cctags 7

Same filename and directory in other branches
  1. 6 cctags-term.tpl.php

File

cctags-term.tpl.php
View source
<?php

/**
 * $term object
 * $mode = block or page
 * example $term  object
 * stdClass Object
 *(
 *    [tid] => 26
 *    [vid] => 3
 *    [name] => Drupal 6.*
 *    [description] =>
 *    [weight] => 1.38629436112
 *    [depth] => 0
 *    [parents] => Array
 *        (
 *            [0] => 0
 *        )
 *
 *    [count] => 3
 *    [path] => taxonomy/term/26
 *    [level] => 5
 *    [link] => Drupal 6.*
 *)
 *   $term_link -- href link to taxonomy term
 */
print render($term) . '&nbsp; ';