我为 Drupal 7 编写了一个在 localhost 上运行良好的模块。
当我上传模块时,模块的每个图像的路径都与 localhost 不同:它们以语言 (fr/) 为前缀,然后以模块的名称 (在我的情况下为 agilitag/)
所以图片的链接被破坏了,因为我有完整的路径 http://www.agilitag.com/fr/agilitag/sites/all/modules/agilitag/images/edit.png 代替 http://www。 aglitag.com/sites/all/modules/agilitag/images/edit.png
我在互联网上找不到如何正确删除或调整图像的路径
感谢您的帮助!