Static CSS File With <xen:require>?

digitalpoint

Well-known member
I'm using a library that needs a static CSS file to be included... Should I just use a normal <link> tag in the template? It seems that <xen:require css="xxxx" /> only works for specifying template names (unless there's some flag I don't know about)?

Doing something like so (instead of <xen:require>) currently:

Code:
<xen:container var="$head.jpicker_css"><link rel="stylesheet" href="js/digitalpoint/jpicker/jPicker.css" /></xen:container>
 
Top Bottom