2013-03-08 70 views
1

我使用的是joomla1.5和virtuemart1.1.9我已经包含在管理模块它显示在所有页面 除了我为virtmart创建的菜单。我想知道为什么会发生这种情况。我已经分配了菜单链接直接给它在index.php模块没有显示在virtmart

<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> 

为什么virtmart菜单中没有显示模块。

的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> 

但没有

显示的,请在this

检查为什么模块没有在Virtuemart组件页显示?

回答

2

我认为这是因为你直接在模板中给出了菜单。只需使用菜单管理器中的外部URL功能添加菜单并检查它。