- Timestamp:
- 9 Mar 2012, 07:26:31 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.custom/trunk/src/waeup/custom/browser/theming.py
r7695 r7822 17 17 ## 18 18 import grok 19 from waeup. sirp.browser.interfaces import ITheme19 from waeup.kofa.browser.interfaces import ITheme 20 20 from waeup.custom.browser.resources import custom_theme_1 21 21 … … 23 23 24 24 class CustomTheme1(grok.GlobalUtility): 25 """A custom theme based on the SIRPbase theme.25 """A custom theme based on the Kofa base theme. 26 26 """ 27 27 grok.implements(ITheme)
Note: See TracChangeset for help on using the changeset viewer.