maybe I am blind, but I dont find the option to display category description.
Thanks!









Code: Select all
// Category Description
if (isset($this->category->description) && $this->category->description != '' ) {
echo '<div class="pg-category-view-desc'.$this->params->get( 'pageclass_sfx' ).'">';
//echo $this->category->description
echo 'Desc';
echo JHTML::_('content.prepare', $this->category->description)
.'</div>'. "\n";
}

