Thread
:
show only block the home
View Single Post
#
2
09-04-2015, 11:39 AM
qualiteam
X-Guru
Join Date: Dec 2010
Posts: 6,373
Re: show only block the home
This is how you can check if it is the home page:
PHP Code:
if (\
XLite
::
getController
()->
getTarget
() == \
XLite
::
TARGET_DEFAULT
) {
...
}
__________________
Alex Solovev,
Qualiteam
---
User manual
Video tutorials
X-Cart FAQ
You are welcome to press "Thanks" button
if you find this post useful
Click here to learn how to apply patches
X-Cart Extensions
qualiteam
View Public Profile
Send a private message to qualiteam
Find all posts by qualiteam