Skip to content

Instantly share code, notes, and snippets.

@qwersk
Created April 5, 2017 02:20
Show Gist options
  • Select an option

  • Save qwersk/364742c4e83172daa24adf03df15b525 to your computer and use it in GitHub Desktop.

Select an option

Save qwersk/364742c4e83172daa24adf03df15b525 to your computer and use it in GitHub Desktop.
CHECK HOMEPAGE JOOMLA
$app = JFactory::getApplication();
$menu = $app->getMenu();
if ($menu->getActive() == $menu->getDefault()) {
echo 'This is the front page';
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment