Hi,
We are facing some issues on applying condition to the inside page of the website. When we use this condition:
if($this->getIsHomePage()) {
echo 'You are in Homepage!';
} else {
echo 'You are NOT in Homepage!';
}
The result is home page is mostly displaying 'You are NOT in Homepage!'. Few times displays 'You are in Homepage!'. I tried clearing the cache in Magento but it does not help.
Same problem with:
if(Mage::getBlockSingleton('page/html_header')->getIsHomePage())
Best regards,
-Renuka