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 }