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

Popular posts from this blog

Verilog Error: output or inout port "Q" must be connected to a structural net expression -

jasper reports - How to center align barcode using jasperreports and barcode4j -

c# - ASP.NET MVC - Attaching an entity of type 'MODELNAME' failed because another entity of the same type already has the same primary key value -