- Timestamp:
- 2 Apr 2012, 11:05:40 (13 years ago)
- Location:
- main/waeup.uniben/trunk/src/waeup/uniben
- Files:
-
- 1 edited
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.uniben/trunk/src/waeup/uniben/browser/resources.py
r7822 r8020 22 22 23 23 #: All local resources are registered under the name ``waeup_custom``. 24 waeup_ custom = Library('waeup_custom', 'static')24 waeup_uniben = Library('waeup_uniben', 'static') 25 25 26 26 custom_theme_1 = ResourceInclusion( 27 waeup_ custom, 'custom_theme_1.css',27 waeup_uniben, 'custom_theme_1.css', 28 28 depends = [waeup_base_css]) 29 29
Note: See TracChangeset for help on using the changeset viewer.