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.
完成此处的所有步骤opencart 1.5 how to add module in a header。
但该位置显示在所有方案中。如何仅在主页上输出位置?
尝试将上述教程中的代码包装为:
if (!isset($this->request->get['route']) || $this->request->get['route'] == 'common/home') { //code here }