Advertisement
Guest User

Untitled

a guest
Oct 25th, 2014
154
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.42 KB | None | 0 0
  1. http://docs.joomla.org/Adding_custom_fields_to_the_article_component
  2.  
  3. $dispatcher = JDispatcher::getInstance();
  4. JPluginHelper::importPlugin('content', 'plg_content_rating');
  5. $results = $dispatcher->trigger('onContentPrepare',
  6. array('com_content.category', & $this->item, & $this->item->params, 0));
  7.  
  8. $results = $dispatcher->trigger('onContentPrepare',
  9. array ('com_content.category', &$item, &$this->params, 0));
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement