}
/* Grab tag related content for entire channel */
- $cloud = new Horde_Ui_TagCloud();
+ $cloud = new Horde_Core_Ui_TagCloud();
$allTags = $driver->listTagInfo(array(), $channel_id);
foreach ($allTags as $tag_id => $taginfo) {
$cloud->addElement($taginfo['tag_name'], Horde::url('results.php')->add(array('tag_id' => $tag_id, 'channel_id' => $channel_id)), $taginfo['total']);
JONAH_TEMPLATES . '/stories/partial',
JONAH_TEMPLATES . '/stories/layout')));
$view->addHelper('Tag');
+ $view->addBuiltinHelpers();
$view->tagcloud = $cloud->buildHTML();
$view->story = $story;
*/
?>
<?php if (!empty($this->tagcloud)): ?>
-<?php echo $this->contentTag('div', $this->contentDiv('div', $this->tagcloud, array('class' => 'tagSelector')), array('style' => 'float:right;'));?>
+<?php echo $this->contentTag('div', $this->contentTag('div', $this->tagcloud, array('class' => 'tagSelector')), array('style' => 'float:right;'));?>
<div style="margin-right:170px;">
<?php else:?>
<div>