How to override the output from the Joomla! core
From Joomla! Documentation
(Difference between revisions)
m |
m (1 revision(s)) |
Revision as of 18:27, 14 January 2008
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