php - Overriding Joomla config component -
I am trying to override this file in Joomla 3.2: Component & gt; com_config & gt; Controller & gt; Templates & gt; Display.php
Is it possible by standard template overrides? If not, how should I go about overriding this file?
This is possible through override override view, not controller. You should be able to override the components / com_config / view / templates / tmpl / default.php, but not the files in the controller-folder. It is possible to underline other parts of MVC, but I have not tried to do this, and for that you have to install an additional plugin.
Comments
Post a Comment