<?php $app = JFactory::getApplication(); $menu = $app->getMenu(); if ($menu->getActive() == $menu->getDefault()) { echo 'This is the front page'; } ?> 兼容Joomla 2.5和3.x
一般在菜单管理-编辑菜单项-页面显示选项-页面CSS类 里填写你的css类名称即可