I'm making a system plugin and I need a way to put html before any components and after header,menu ecc. in other words I need to put html before this in template:
<jdoc:include type="component" />
Thank you
I'm making a system plugin and I need a way to put html before any components and after header,menu ecc. in other words I need to put html before this in template:
<jdoc:include type="component" />
Thank you
If you want to modify the contents of the webpage then you should be making a "content" plugin as opposed to a "system" plugin.
A good place to start is by looking at the
emailcloak
plugin that ships with Joomla! 1.6+ (note that the plugin interface is quite different for Joomla! 1.5 versus the current 1.6/7/2.5 era plugins). If you're working with 1.5 then have a look theexample
plugin that ships with it.This doc covers "Creating a content plugin"
I found what I need: