我正在使用Joomla 1.5并启用SEF
。它适用于其他网址,但有些链接只显示“页面确定”。它不显示任何页面内容。为什么显示“页面确定”
只要。我该怎样避免这个?
菜单不适用于Joomla SEF
<li><a href="<?php echo JRoute::_('index.php?option=com_virtuemart&Itemid=28'); ?>"><img src="<?php echo $this->baseurl ?>/templates/animal/images/shop.jpg" width="101" height="31" /></a></li>
<li><a href="<?php echo JRoute::_('index.php?option=com_content&view=article&id=7'); ?>"><img src="<?php echo $this->baseurl ?>/templates/animal/images/donationsBut.jpg" width="100" height="31" /></a></li>
<li><a href="<?php echo JRoute::_('index.php?option=com_aicontactsafe&view=message&layout=message&pf=1&Itemid=8'); ?>"><img src="<?php echo $this->baseurl ?>/templates/animal/images/contactBut.jpg" width="101" height="31" /></a></li>
菜单显示的网址为http://www.xxx/donations,页面中没有任何内容。
如果我删除了/ itemid,则显示内容,网址为component / content / article / 7