Server : Apache System : Linux indy02.toastserver.com 3.10.0-962.3.2.lve1.5.85.el7.x86_64 #1 SMP Thu Apr 18 15:18:36 UTC 2024 x86_64 User : palandch ( 1163) PHP Version : 7.1.33 Disable Function : NONE Directory : /home/palandch/public_html/core/components/wayfinder/examples/cssplay/ |
*********************************************************************************************************** Create following chunks for all other than the revisited flyout and dropdown menus (for these, see below) * * These chunks are meant for the menus that are in template.html !! * * wfOuter: -------- <div class="menu"> <ul> [+wf.wrapper+] </ul> </div> wfInner: -------- <ul> [+wf.wrapper+] </ul> wfParentRow: ------------ <li><a [+wf.classes+] href="[+wf.link+]" title="[+wf.title+]">[+wf.linktext+]</a> <!--[if lte IE 6]> <a class="sub" href="[+wf.link+]" title="[+wf.title+]">[+wf.linktext+] <table><tr><td> <![endif]--> [+wf.wrapper+] <!--[if lte IE 6]> </td></tr></table> </a> <![endif]--> </li> wfRow: ------ <li[+wf.classes+]><a href="[+wf.link+]" title="[+wf.title+]">[+wf.linktext+]</a>[+wf.wrapper+]</li> *********************************************************************************************************** For the revisited flyout and dropdown menu, you only need the following chunk * * This chunk is meant for the menus that are in template_revisited.html !! * * wfParentRow: ------------ <li><a [+wf.classes+] href="[+wf.link+]" title="[+wf.title+]">[+wf.linktext+]<!--[if IE 7]><!--></a><!--<![endif]--> <table><tr><td> [+wf.wrapper+] </td></tr></table> <!--[if lte IE 6]></a><![endif]--> </li>