【发布时间】:2016-10-19 12:19:26
【问题描述】:
我正在尝试更新现有的 css 文件,但文件没有更新,似乎 phpfox 正在生成缓存。然后我尝试使用以下代码在 template.html.php 中添加另一个 css 文件..
<link rel="stylesheet" type="text/css" href="{param var='core.path'}theme/frontend/freedawn/style/default/css/cus_style.css" />
Html 文件已更新,但显示错误“CSS file not found.”
如何在 PHPFox 中添加/更新 css/js 文件?
【问题讨论】: