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 }