I seem to have trouble overriding some of the templates, for example when editing a plan template, it shows the following:
$layout = new JLayoutFile('buttons', $basePath = JPATH_COMPONENT .'/layouts');
but it seems that it points directly to the core template of emerald so that overrides made in /templates/xxtemplate_namexxx/html/com_emerald/layouts/buttons.php is bypassed.
Is there something I'm doing wrong? How can I edit this template without it being replaced with next emerald update?
I seem to have trouble overriding some of the templates, for example when editing a plan template, it shows the following:
but it seems that it points directly to the core template of emerald so that overrides made in /templates/xxtemplate_namexxx/html/com_emerald/layouts/buttons.php is bypassed.
Is there something I'm doing wrong? How can I edit this template without it being replaced with next emerald update?