Ignore:
Timestamp:
13 Oct 2011, 22:35:39 (13 years ago)
Author:
uli
Message:

Add simple little custom theme only changing the logo.

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
     1import grok
     2from waeup.sirp.browser.resources import (
     3    Library, ResourceInclusion, waeuptheme_red1,
     4    )
     5#from waeup.sirp.browser.theming import WAeUPThemeRed1
    26
    37#: All local resources are registered under the name ``waeup_custom``.
    48waeup_custom = Library('waeup_custom', 'static')
     9
     10custom_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.