XF 2.0 Hook a brand new style into XF2

[xFv]

Well-known member
Whats the best way possible to hook a brand new style into XF2?

Should I include a template in PAGE_CONTAINER, or extra.less, etc...?
 
It's not clear what you are trying to achieve.

Styles are exported/imported.

Well I am creating a style and I enabled designer mode.
But the templates I created in the style, dont work.
I know in XF1, used to be able to hook the new style in page_container to get the template working.
I might have this all wrong
 
Do you mean include a template, so it's loaded on a particular page?

To include a normal HTML template:
Code:
<xf:include template="template_name" />
 
Back
Top Bottom