I want to hide few elements of my master template "home" for a specific page only. The full URL looks like this: "sitesname.com/home/page/userpage". Something like
<?php if ($this->router->fetch_class() != 'home' && $this->router->fetch_method() != 'page/userpage') : ?>
didn't work. Please help me settle the right condition.