0
如何獲取Joomla 2.5模板中的組件名稱?如何獲取組件名稱?
ie: com_contact
,com_search
,com_kunena
?
我只希望在面世,插入
<jdoc:include type="modules" name="right"/>
...怎麼辦呢?
如何獲取Joomla 2.5模板中的組件名稱?如何獲取組件名稱?
ie: com_contact
,com_search
,com_kunena
?
我只希望在面世,插入
<jdoc:include type="modules" name="right"/>
...怎麼辦呢?
試試這個,
<?php if(JRequest::getVar('option') == 'com_kunena'): ?>
<jdoc:include type="modules" name="right"/>
<?php endif ?>
代替這只是模塊分配給來自模塊管理適當的菜單那麼這將是僅適用於那些網頁。
希望它的幫助..