我正在使用 joomla1.5 和 measuremart1.1.9 我已将模块包含在 admin 中,它显示在所有页面中,除了我为 meadowmart 创建的菜单。我想知道为什么会这样。我已经分配了菜单链接,直接在 index.php 中给出
<li><a href="index.php?option=com_virtuemart&Itemid=28""><img src="<?php echo $this->baseurl ?>/templates/animal/images/shop.jpg" width="101" height="31" /></a></li>
为什么在 mercurialmart 菜单中没有显示模块。
在 index.php 中
<div id="mainBlock">
<div id="col1">
<div id="tab"></div>
<div class="scrollbox">
<jdoc:include type="modules" name="news" />
<jdoc:include type="modules" name="top" />
</div>
<a href="index.php?option=com_joomgallery&Itemid=4"><img src="<?php echo $this->baseurl ?>/templates/animal/images/photogallery.jpg" width="295" height="334" /></a>
</div>
<div id="col2">
<jdoc:include type="modules" name="shopmodule" />
<jdoc:include type="component" />
</div>
</div>
但什么都没有显示请检查这个
为什么模块不显示在 Virtuemart 组件页面中?