How to override the output from the Joomla! core
From Joomla! Documentation
(Difference between revisions)
Shantanubala (Talk | contribs) |
Shantanubala (Talk | contribs) |
||
| Line 1: | Line 1: | ||
{{inuse}} | {{inuse}} | ||
| − | The standard output from the Joomla! core can be overridden by adding code to the html directory in a template. Basic overrides | + | The standard output from the Joomla! core can be overridden by adding code to the html directory in a template. Basic overrides include: <code>your_template/html/modules.php</code> (overriding module output) and <code>your_template/html/pagination.php</code> (overriding pagination output); however, it is possible to override the output of any module or component. |
Detail to follow | Detail to follow | ||
[[Category:Templates]] | [[Category:Templates]] | ||
Revision as of 20:38, 19 January 2008
| This article is actively undergoing a major edit for a short while. As a courtesy, please do not edit this page while this message is displayed. The user who added this notice will be listed in the page history. This message is intended to help reduce edit conflicts; please remove it between editing sessions to allow others to edit the page. If this page has not been edited for several hours, please remove this template, or replace it with {{underconstruction}}. |
The standard output from the Joomla! core can be overridden by adding code to the html directory in a template. Basic overrides include: your_template/html/modules.php (overriding module output) and your_template/html/pagination.php (overriding pagination output); however, it is possible to override the output of any module or component.
Detail to follow