source: products/quintagroup.dropdownmenu/trunk/quintagroup/dropdownmenu/browser/templates/sections.pt @ 3458

Last change on this file since 3458 was 3458, checked in by chervol, 12 years ago

portal_tabs call removed from sections tempalte

  • Property svn:eol-style set to native
File size: 241 bytes
RevLine 
[3458]1<tal:tabs tal:define="menu view/createMenu"
2          tal:condition="menu"
[1194]3          i18n:domain="plone">
[2834]4    <ul id="portal-globalnav">
[3458]5        <li tal:replace="structure menu">
[2834]6            DropDown Menu
7        </li>
8    </ul>
[1182]9</tal:tabs>
Note: See TracBrowser for help on using the repository browser.