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-07-23 14:45:21 -07:00
2009-03-07 12:55:09 -08:00
2009-10-29 14:43:25 -04:00
2009-06-28 14:38:34 -04:00
2008-12-23 14:33:23 -05:00
2009-11-07 19:16:33 -05:00