filedepot_taglinkon.tpl.php in filedepot 7
taglink_record.tpl.php
1 theme call to filedepot_taglinkon.tpl.php
File
theme/filedepot_taglinkon.tpl.phpView source
<?php
/**
* @file
* taglink_record.tpl.php
*/
?>
<div class="listing_searchtag"><a href="#" onClick="makeAJAXSearchTags('<?php
print $searchtag;
?>');return false;"><?php
print $label;
?></a></div>