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

Posted

tags:

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

This will let you execute certain scripts on the home page and other scripts on the other pages of the site.
  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. //This code will be executed on the home page
  7.  
  8. } else {
  9.  
  10. //This code will be executed on every page except the home page
  11.  
  12. }
  13. ?>

以上是关于Joomla-在主页上执行一些代码,在所有其他页面上执行其他代码的主要内容,如果未能解决你的问题,请参考以下文章

Joomla 文章在主页打开

Joomla:使用URL预填充

Joomla 3 无法点击子菜单

如何在 Xamarin.Forms 的主页上禁用主页点击手势而不是其他页面?

Joomla:主页网址

Joomla-仅在主页上加载