How to override the output from the Joomla! core
From Joomla! Documentation
Revision as of 17:51, 14 January 2008 by Chris Davenport (Talk | contribs)
The standard output from Joomla! core can be overridden by adding code to the html directory in your template. Basic overrides are html/modules.php [override module output] html/pagination.php [override pagination output] but you can add override for any component or module.
Detail to follow