View Single Post
  #2  
Old 09-04-2015, 11:39 AM
  qualiteam's Avatar 
qualiteam qualiteam is offline
 

X-Guru
  
Join Date: Dec 2010
Posts: 6,373
 

Default 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
Reply With Quote