ENXF NET
Administrator
Staff member
Administrator
Moderator
+Lifetime VIP+
S.V.I.P.S Member
S.V.I.P Member
V.I.P Member
Collaborate
Registered
- Joined
- Nov 13, 2018
- Messages
- 29,726
- Points
- 823
Reputation:
At times I call external .css and .js within templates. I would like to able to use XenForo's built in cache busting for this. Without referencing PHP filemtime directly within a template what is the best way to go about this?
Sample css reference within template:
Code:
Continue reading...
Sample css reference within template:
Code:
<link rel="stylesheet" href="https://www.mysite.com/styles/custom.css" type="text/css" />Continue reading...