filedepot_tagcloud.tpl.php in filedepot 7
tagcloud.tpl.php
2 theme calls to filedepot_tagcloud.tpl.php
File
theme/filedepot_tagcloud.tpl.phpView source
<?php
/**
* @file
* tagcloud.tpl.php
*/
?>
<?php
// Initialize variable id unknown to solve any PHP Notice level error messages
if (!isset($tagwords)) {
$tagwords = 0;
}
?>
<div id="tagcloud_words">
<?php
print $tagwords;
?>
</div>