I want to extend the functionality of AdminAttachmentsControllerCore . For that purpose,i've overriden the class by placing my custom .php file in overrides folder. I added a callback link in one of the columns of the table displayed in the AdminAttachments contoller and now i want to know if it is possible to load a custom template from the overriden file or even from the already existent AdminAttachmentsControllerCore.php file. Thanks in advance
Edit History
I want to extend the functionality of AdminAttachmentsControllerCore . For that purpose,i've overriden the class by placing my custom .php file in overrides folder. I added a callback link in one of the columns of the table displayed in the AdminAttachments contoller and now i want to know if it is possible to load a custom template from the overriden file or even by the already existent AdminAttachmentsControllerCore.php file. Thanks in advance