Evan Prodromou b7e2e3fd2b Restructure theme.php to define a class Theme
For various reasons, it's nicer to have a class for theme-file paths
and such. So, I've rewritten the code for determining the locations of
theme files to be more OOPy.

I changed all the uses of the two functions in the module (theme_file
and theme_path) to use Theme::file and Theme::path respectively.

I've also removed the code in common.php that require's the module;
using a class means we can autoload it instead.
2009-11-08 17:04:46 -05:00
..
2009-11-04 22:12:01 -08:00
2009-11-04 22:12:01 -08:00
2009-11-06 15:28:58 +01:00
2009-11-06 12:15:08 +01:00
2009-10-29 16:15:49 -04:00
2009-09-03 14:58:50 -04:00
2009-11-07 19:16:15 -05:00
2009-10-02 15:02:33 -04:00
2009-11-05 16:40:41 -05:00