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.
我正在使用 prestashop 的 leo sportsshoe 免费响应模板。我使用了高级页脚模块。我需要在我的高级页脚部分添加我的网站徽标。如何获得它?
{$logo_url} 在此变量中,您将获得徽标图像链接。你可以在需要的地方使用它。
如果你想要它在你的页脚意味着你可以在你的主题文件夹中编辑你的 footer.tpl 文件。
<img src="{$logo_url}" alt="">
将此代码插入您要放置图像的位置。