root/gamedevtheme/0.10/gamedevtheme/theme.py
| Revision 1684, 257 bytes (checked in by coderanger, 2 years ago) |
|---|
| Line | |
|---|---|
| 1 | from trac.core import * |
| 2 | |
| 3 | from themeengine.api import ThemeBase |
| 4 | |
| 5 | __all__ = ['GamedevTheme'] |
| 6 | |
| 7 | class GamedevTheme(ThemeBase): |
| 8 | """A theme based on the RPI game development club. See http://gamedev.union.rpi.edu.""" |
| 9 | |
| 10 | css = htdocs = screenshot = True |
Note: See TracBrowser for help on using the browser.
