Remove Generator META in Joomla
- February 15th, 2010
- Write comment
Archive for the ‘Joomla 1.5’ Category
Hello,
today I’ll show you an elegant way to check if we are in the home page of our Joomla project :
$IsHomePage = false;
$menu = &JSite::getMenu();
if( $menu->_default == $menu->_active)
{
$IsHomePage = true;
}
it’s specialy helpfull for intergators (templates).
generator home jooma Joomla 1.5 meta modify module page position Prestashop remove template test
WP Cumulus Flash tag cloud by Roy Tanck and Luke Morton requires Flash Player 9 or better.