Ignore:
Timestamp:
2 Apr 2012, 11:05:40 (13 years ago)
Author:
Henrik Bettermann
Message:

Rename custom to uniben.

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  
    2222
    2323#: All local resources are registered under the name ``waeup_custom``.
    24 waeup_custom = Library('waeup_custom', 'static')
     24waeup_uniben = Library('waeup_uniben', 'static')
    2525
    2626custom_theme_1 = ResourceInclusion(
    27     waeup_custom, 'custom_theme_1.css',
     27    waeup_uniben, 'custom_theme_1.css',
    2828    depends = [waeup_base_css])
    2929
Note: See TracChangeset for help on using the changeset viewer.