i'm in the proccess of overriding the front-end layout via the normal joomla overriding (template->mytemplate->html->etc...).
all is going great but 1 problem: i can't seem to override the 'new ticket' form.
what i want to do is diaply the H1 title in any case.
i modified this file:
/templates/mytemplate/html/com_ats/newticket/form.php
i replaced the H1 php block with a simple php code to echo a joomla language string.
screenshot of the code is attached (1.png)
the title shoud apear just above the 'new ticket' form, the same place where it's originaly located in ATS files.
the thing is, there's not even an H1 in the source code of the page. screen shot of the sourcecode attached (2.png).
i also tried inserting the new code in the original file, on:
/components/com_ats/views/newticket/tmpl/form.php
pleas advice, as i must be missing something... all the other overrides work perfectly, and this one (that does not work) is implemented in the exact same way.
thanks a lot in advance
Yorai