XF 2.0 Call to style sheet

Betclever

Well-known member
Hi,

I would like to make a call to my premium sheet but it doesn't work anymore on XF2.

What's wrong please?

HTML:
<xen:require css="premium.css" />
 
To include in existing LESS templates:
Code:
<xf:include template="premium.less" />
To require css from an HTML template:
Code:
<xf:css src="premium.less" />
 
Back
Top Bottom