This is the code which you have to write in files where you want to check for Joomla home page
$menu = & JSite::getMenu();
if ($menu->getActive() == $menu->getDefault()) {
echo "Home page";
} else {
echo "Other page";
}
$menu = & JSite::getMenu();
if ($menu->getActive() == $menu->getDefault()) {
echo "Home page";
} else {
echo "Other page";
}
No comments:
Post a Comment