I'd like to add an additional layout to one of the core components.
Is there a way to do this in a template without adding any files to the Joomla core installation?
I'd like to add an additional layout to one of the core components.
Is there a way to do this in a template without adding any files to the Joomla core installation?
In the template directory you can add a file called components/$name.html.php, where $name is the name of the component without the com_ prefix. Then it should pick up this file instead of the one supplied with core joomla.