Solved Call up admin templates in public templates

This topic has been solved
K

kick

Guest
All the time it was impossible to call the control panel templates from the public part, but in the control panel it was possible to call. Are these faces now gone? Because recording does not work on XF 2.1.4:
Code:

Code:
<xf:macro template="admin:helper_criteria" name="user_tabs"
                    arg-userTabTitle="{{ phrase('allow_download_this_resource_while') }}" arg-active="user" />
And we got the corresponding error. In 2.1.5, this works in the public part.
1575562747336.webp

Continue reading...