Written by John on Friday, 28 January 2011
SyntaxHight V3 default theme looks like:
/**
* Example prepare content method
*
* Method is called by the view
*
* @param string The context of the content being passed to the plugin.
* @param object The content object. Note $article->text is also available
* @param object The content params
* @param int The 'page' number
* @since 1.6
*/
public function onContentPrepare($context, &$article, &$params, $limitstart)
{
$app = JFactory::getApplication();
}
SyntaxHight theme Eclipse V3 looks like:
SyntaxHight theme Emacs V3 looks like:
SyntaxHight theme Fadetogrey V3 looks like:
SyntaxHight theme Dmultra V3 looks like:
SyntaxHight theme Midnight V3 looks like:
SyntaxHight theme RDark V3 looks like:
SyntaxHight theme Default V2 looks like: