我们在模板中发现的主要内容已经在index.php
中显示在所有页面中,例如。
<h1 class="logo-text">
<a href="index.php" title="<?php echo $siteName; ?>">
<span><?php echo $logoText; ?></span>
</a>
</h1>
<p class="site-slogan"><?php echo $sloganText;?></p>
将显示在所有页面中。但我想知道我可以使用PHP将其分配给某些菜单项吗?
答案 0 :(得分:0)
您可以使用请求的Itemid将其包装在if子句中。 或者您可以将其替换为自定义位置,在自定义html模块中加载该内容并仅将其分配给某些菜单项