Ignore:
Timestamp:
14 Oct 2011, 08:05:16 (13 years ago)
Author:
Henrik Bettermann
Message:

Use base theme as basis for customization.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/waeup.custom/trunk/src/waeup/custom/browser/theming.py

    r6893 r6895  
    1 ##
    2 ## theming.py
    3 ## Login : <uli@pu.smp.net>
    4 ## Started on  Thu Oct 13 23:49:12 2011 Uli Fouquet
    5 ## $Id$
    6 ##
    7 ## Copyright (C) 2011 Uli Fouquet
     1## Copyright (C) 2011 Uli Fouquet & Henrik Bettermann
    82## This program is free software; you can redistribute it and/or modify
    93## it under the terms of the GNU General Public License as published by
     
    2519
    2620class CustomTheme1(grok.GlobalUtility):
    27     """A custom theme based on 'Ulis Red Theme'.
     21    """A custom theme based on the WAeUP base theme.
    2822    """
    2923    grok.implements(ITheme)
Note: See TracChangeset for help on using the changeset viewer.