joomla-template-overrides
Installation
SKILL.md
Joomla Template Overrides - Complete System
Introduction
Template overrides allow you to customize the output of components, modules, and plugins without modifying core files. They are stored in /templates/[name]/html/ and are automatically loaded in place of the original files.
Covers: Joomla 5.x, 6.x | Requirements: Basic knowledge of PHP, Joomla folder structure
Fundamental Concepts
Why Use Overrides?
- Customize presentation without modifying core
- Maintain functionality when updating Joomla
- Reuse code across views
- Separate presentation logic