Ejemplo n.º 1
0
 def register(self, name, theme_def):
     theme = Theme.create(name, theme_def)
     if not self._first_theme:
         self._first_theme = theme
     self._themes[name]=theme
Ejemplo n.º 2
0
 def __init__(self, request):
     ThemeBase.__init__(self, request)
     self.icons['www'] = ("[WWW]", "sycamore-www.png", 13, 7)