在 PyroCMS 主题中包含 css 和 javascript
如何在我的主题中包含 system/assets/css 或 js 目录中的 css 和 javascript。
我们包含 js 或 css 文件
{pyro:theme:css file="style.css"}
{pyro:theme:js file="jquery.1.5.js"}
,但我想使用 system/assets/js 目录中包含的 js 文件
How do i include a css and javascript from system/assets/css or js directory in my theme.
we include js or css file like
{pyro:theme:css file="style.css"}
{pyro:theme:js file="jquery.1.5.js"}
but i want to use a js file included in system/assets/js directory
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
Pyro:theme 仅访问主题资源和部分内容。
使用资产 Pyro 标签:
生成:
+info: http://pyrocms.com .roy.getcloudigniter.com/docs/tag-reference/asset
pyro:theme just access theme assets and partials.
Use asset pyro tags:
Generates:
+info: http://pyrocms.com.roy.getcloudigniter.com/docs/tag-reference/asset