Jaxel
Well-known member
I am overwriting a thread_type template with:
I am trying to overwrite a macro the same way with:
But that returns an error:
Code:
<xf:extends template="{$templateOverrides.ewr_porta_thread_type}" />
I am trying to overwrite a macro the same way with:
Code:
<xf:macro name="answer" extends="{$templateOverrides.ewr_porta_post_macro}">
But that returns an error:
Extension names must be literal strings.