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.3.1 如何在页眉的幻灯片中添加模块?只需要在主页上显示。怎么做?
尝试使用以下代码包装您只想在主页上显示的代码:
if (!isset($this->request->get['route']) || $this->request->get['route'] == 'common/home') { //code here }