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
Line 
1<tal:tabs tal:define="menu view/createMenu"
2          tal:condition="menu"
3          i18n:domain="plone">
4    <ul id="portal-globalnav">
5        <li tal:replace="structure menu">
6            DropDown Menu
7        </li>
8    </ul>
9</tal:tabs>
Note: See TracBrowser for help on using the repository browser.