Post by Gui Siani » Tue Nov 06, 2012 2:27 am

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!

New member

Posts

Joined
Tue Jul 12, 2011 1:48 am

Post by Gui Siani » Tue Nov 06, 2012 3:02 am

I found a solution using this:

Code: Select all

if(!isset($this->request->get['route']) || $this->request->get['route'] == 'common/home') { }

New member

Posts

Joined
Tue Jul 12, 2011 1:48 am
Who is online

Users browsing this forum: No registered users and 115 guests