I need to identify with a condition if the page where I'm is the Home.
I want to use a function that needs to affect just the Home page.
How can I do this on OC 1.5.3.1?
Ty!
I found a solution using this:
Code: Select all
if(!isset($this->request->get['route']) || $this->request->get['route'] == 'common/home') { }
Who is online
Users browsing this forum: Bing [Bot] and 78 guests