Josh,
I added the theme system. I haven't fully tested it yet, but I will
start doing that soon. The biggest point, the file manager addition,
does appear to be working correctly. There is a big change between HG1
and HG2 in this respect.
HG1: FILE:test.txt => Themes/default/Files/test.txt
HG2: FILE:test.txt => Themes/default/File/test.txt
Note that in HG2, the 's' is not automatically added.
This is because in HG2, we are not hard-coding the FILE, GRAPHIC, MODEL,
etc. stuff. We, instead just detect for:
[ALL CAPS PART]:[file]
And translate it to:
Themes/[theme search in reverse order]/[Proper caps part]/[file]
This enables users to make up their own theme file sections.
Charles
|