diff options
Diffstat (limited to 'templates/sidebar.block.common.php')
-rw-r--r-- | templates/sidebar.block.common.php | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/templates/sidebar.block.common.php b/templates/sidebar.block.common.php index e92efa7..dd3ce18 100644 --- a/templates/sidebar.block.common.php +++ b/templates/sidebar.block.common.php @@ -1,7 +1,7 @@ <?php -$tagservice =& ServiceFactory::getServiceInstance('TagService'); -$commonTags =& $tagservice->getRelatedTagsByHash($hash); -$commonTags =& $tagservice->tagCloud($commonTags, 5, 90, 225, 'alphabet_asc'); +$b2tservice =& ServiceFactory::getServiceInstance('Bookmark2TagService'); +$commonTags =& $b2tservice->getRelatedTagsByHash($hash); +$commonTags =& $b2tservice->tagCloud($commonTags, 5, 90, 225, 'alphabet_asc'); if ($commonTags && count($commonTags) > 0) { ?> |