Changeset 137d0f
- Timestamp:
- 04/27/2009 09:33:50 PM (16 years ago)
- Branches:
- 2.0.x, develop, extjs4-port, master
- Children:
- 16d695
- Parents:
- 154e67
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
deluge/ui/web/server.py
r154e67 r137d0f 304 304 305 305 theme = component.get("DelugeWeb").config["theme"] 306 self.__stylesheets. append("/css/xtheme-%s.css" % theme)306 self.__stylesheets.insert(1, "/css/xtheme-%s.css" % theme) 307 307 308 308 @property
Note:
See TracChangeset
for help on using the changeset viewer.