Joomla-仅在主页上加载

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Joomla-仅在主页上加载相关的知识,希望对你有一定的参考价值。

This will detect the Home Page of Joomla and perfom whatever code you tell it to
  1. <?php
  2. //This will detect the Home Page of Joomla and perfom whatever code you tell it to
  3. $menu = & JSite::getMenu();
  4. if ($menu->getActive() == $menu->getDefault()) {
  5.  
  6. //Your Code goes here
  7.  
  8. }
  9. ?>

以上是关于Joomla-仅在主页上加载的主要内容,如果未能解决你的问题,请参考以下文章

Joomla-在主页上执行一些代码,在所有其他页面上执行其他代码

仅在主页上加载

TabLayout - 如何仅在选项卡上加载片段

Joomla 1.5 在主页上启用新闻

使用带有实际模板的 Joomla 仅在弹出窗口中显示文章

Joomla 2.5 仅在 K2 类别上显示模块而不在 K2 项目上