如何用我的主题中的主题特定图标覆盖plone中的图像/图标?
我想转
<img width="16" height="16" alt="Image" src="http://127.0.0.1:8080/plone/image.png">
进入
<img width="16" height="16" alt="Image" src="http://127.0.0.1:8080/plone/++theme++mytheme/image.png">
答案 0 :(得分:1)
进行此特定更改的最简单方法是,只需通过网络或通用设置配置文件将++theme++mytheme/image.png
设置为portal_types中图像类型的图标。
如果您必须在重氮中进行更改,那么您可以使用:
<replace css:content="img[src$=/image.png]"><img width="16" height="16" alt="Image" src="image.png" /></replace>