1
tatane
Current and sub-menu
  • 2012/1/7 15:07

  • tatane

  • Just can't stay away

  • Posts: 649

  • Since: 2008/5/6 1


Hello

I wish first of all a good year for 2012

I write because I would like some information on the template of xoops org

I am currently developing a template free xoops where there will be a horizontal menu with sub menu horizontally on xoops org

So I chose to use menu. The problem is that when I select a module, I can not keep him posted with the sub menu.

Resized Image

Could you tell me how you did on xoops org

thank you

2
iHackCode
Re: Current and sub-menu

hhttp://xoops.svn.sourceforge.net/viewvc/xoops/XoopsThemes/wox/trunk/

the template is /tpls/content.html using data from /config/theme.php

le="color: #000000"><?php <div id="wox-submenu-container"> <div> <{if $xoops_dirname=='news'}> <{$woxConfig.newsmenu}> <{elseif $xoops_dirname=='newbb'}> <{$woxConfig.forummenu}> <{elseif $xoops_dirname=='smartfaq'}> <{$woxConfig.faqmenu}> <{elseif $xoops_dirname=='repository'}> <{$woxConfig.repomenu}> <{elseif $xoops_dirname=='extgallery'}> <{$woxConfig.themesmenu}> <{elseif $xoops_dirname=='wfchannel'}> <{$woxConfig.xoopsmenu}> <{/if}> </div> </div>
CBB / LatestNews / Publisher / XM-Spotlight

(ノ◕ヮ◕)ノ*:・゚✧

3
tatane
Re: Current and sub-menu
  • 2012/1/12 15:02

  • tatane

  • Just can't stay away

  • Posts: 649

  • Since: 2008/5/6 1


Super, its works, thank you

Look here