除首页外,需要标题中的所有joomla页面<jdoc:include type =“ head” />

Hun*_*ter 0 php jquery joomla

需要<jdoc:include type="head" />除首页以外的页眉中的所有joomla页面,解决方案是什么?

谢谢

MrC*_*ode 5

Joomla 1.6、1.7和2.5

<?php
$app = JFactory::getApplication();
$menu = $app->getMenu();
if ($menu->getActive() != $menu->getDefault()):
?>

    <jdoc:include type="head" />

<?php endif; ?>
Run Code Online (Sandbox Code Playgroud)

参考