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.
我无法删除版本 3.x 中页脚上的“由 opencart 提供支持”。新文件都是 twigg 文件,我不知道在哪里或如何做。请提供有关路径和配置的任何帮助。谢谢大家。
该文件catalog/language/en-gb/common/footer.php有
catalog/language/en-gb/common/footer.php
$_['text_powered'] = 'Powered By <a href="http://www.opencart.com">OpenCart</a><br /> %s © %s';
将其更改为
$_['text_powered'] = '';