Thứ Hai, 17 tháng 2, 2014

joomla 3- Check is homepage

Joomla 3.x
Vào template index.php thên đoạn code. 
 
<?php
$app = JFactory::getApplication();
$menu = $app->getMenu();
if ($menu->getActive() == $menu->getDefault()) {
        echo 'This is the front page';
}

0 nhận xét:

Đăng nhận xét