Check if current page is Joomla home page

June 13, 2007 by hejian

If your home is “Component - Front Page”, then this small function can check if current page is exactly Joomla home page:

function isHome() {
global $task;
return $task == 'blogcategory';
}

Leave a Reply

You must be logged in to post a comment.

Wordpress template made by HeJian