Joomla-仅在主页上加载
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Joomla-仅在主页上加载相关的知识,希望对你有一定的参考价值。
This will detect the Home Page of Joomla and perfom whatever code you tell it to
<?php //This will detect the Home Page of Joomla and perfom whatever code you tell it to $menu = & JSite::getMenu(); if ($menu->getActive() == $menu->getDefault()) { //Your Code goes here } ?>
以上是关于Joomla-仅在主页上加载的主要内容,如果未能解决你的问题,请参考以下文章