dbFields = array( 'label'=>'Tags' ); } public function form() { global $Language; $html = '
'; $html .= ''; $html .= ''; $html .= ''.$Language->get('This title is almost always used in the sidebar of the site').''; $html .= '
'; return $html; } public function siteSidebar() { global $Language; global $dbTags; global $Url; $filter = $Url->filters('tag'); $html = '
'; $html .= '

'.$this->getDbField('label').'

'; $html .= '
'; $html .= ''; $html .= '
'; $html .= '
'; return $html; } }