Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Magento 1.6
我正在寻找正确的方法,将图像放在模板上,在安全会话期间是安全的,在不安全的会话期间是不安全的。我在这里和网上搜索过,我找到的唯一解决方案是使用这个调用:
echo $this->getSkinUrl('images/imagename.jpg', array('_secure'=>true));
但是,这总是在 https 中加载图像,即使您不在 https 环境中。
必须有一种动态的方式来设置它。
非常感谢任何可用的帮助/见解。
谢谢!
你试过了吗 :
array('_forced_secure'=>true)
查看 :
核心/法师/核心/模型/Url.php