source: products/qPloneDropDownMenu/trunk/utils.py @ 1

Last change on this file since 1 was 1, checked in by myroslav, 18 years ago

Building directory structure

  • Property svn:eol-style set to native
File size: 231 bytes
Line 
1""" Utility functions """
2
3def addCSS(container, sheetId, title, csshovering):
4    """ Add DTML Method object to portal root """
5    from OFS.DTMLMethod import addDTMLMethod
6    addDTMLMethod(container, sheetId, title, csshovering)
Note: See TracBrowser for help on using the repository browser.