Changeset 6893 for main/waeup.custom/trunk/src/waeup
- Timestamp:
- 13 Oct 2011, 22:35:39 (13 years ago)
- Location:
- main/waeup.custom/trunk/src/waeup/custom/browser
- Files:
-
- 3 added
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.custom/trunk/src/waeup/custom/browser/resources.py
r6888 r6893 1 from hurry.resource import Library 1 import grok 2 from waeup.sirp.browser.resources import ( 3 Library, ResourceInclusion, waeuptheme_red1, 4 ) 5 #from waeup.sirp.browser.theming import WAeUPThemeRed1 2 6 3 7 #: All local resources are registered under the name ``waeup_custom``. 4 8 waeup_custom = Library('waeup_custom', 'static') 9 10 custom_theme_1 = ResourceInclusion( 11 waeup_custom, 'custom_theme_1.css', 12 depends = [waeuptheme_red1]) 13
Note: See TracChangeset for help on using the changeset viewer.