/ Published in: PHP
File: /template/[mytemplate]/html/com_content/category/blog.php page...
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
// Hack to run content modules on cat description $article =& new JObject(); $article->text = $this->category->description; $dispatcher =& JDispatcher::getInstance(); JPluginHelper::importPlugin( 'content' ); $this->category->description= $article->text;
URL: http://forum.joomla.org/viewtopic.php?f=469&t=250173