
if ($category->description != ''){
//inizio plugin
$category->text=$category->description;
PluginHelper::importPlugin('content');
Factory::getApplication()->triggerEvent('onContentPrepare', array('com_abook.category', &$category, &$category->params, 0));
$category->description=$category->text;
//fine plugin
}