You are here

cctags-user.tpl.php in cctags 6

File

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

/**
* $user full object
* $user->link -- link to href for term  - l($term->name, $term->path, array('attributes' => array('class' => "cctags vid$item->vid level$term->level depth$term->depth node-counts$term->nodecnt", 'rel' => 'tag')))
*/
print $user->link . ' ';