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-08 17:04:46 -05:00
2009-09-15 21:12:44 -04:00
2008-12-23 14:33:23 -05:00
2008-12-23 14:33:23 -05:00
2009-09-15 21:12:44 -04:00
2009-08-26 10:41:36 -04:00
2009-07-23 14:45:21 -07:00
2009-08-27 14:52:32 -07:00
2009-11-02 09:14:15 -08:00
2009-08-26 10:41:36 -04:00
2009-08-26 10:41:36 -04:00
2009-09-27 16:52:15 -04:00
2009-08-25 15:48:06 -04:00
2008-12-23 14:33:23 -05:00
2008-12-23 14:33:23 -05:00
2009-06-24 14:44:02 -07:00
2009-08-26 10:41:36 -04:00
2009-08-26 10:41:36 -04:00
2009-06-25 23:00:46 -07:00
2009-05-22 21:11:46 -04:00
2008-12-23 14:33:23 -05:00
2009-10-21 22:43:41 -04:00
2009-11-02 18:40:49 -05:00
2009-08-26 10:41:36 -04:00
2009-08-21 07:20:59 -04:00
2009-03-07 12:55:09 -08:00
2009-08-26 10:41:36 -04:00
2008-12-23 14:33:23 -05:00
2009-08-25 18:14:12 -04:00
2009-11-07 12:22:00 -05:00
2009-08-26 10:41:36 -04:00
2009-02-28 15:17:49 -08:00
2009-10-29 14:43:25 -04:00
2009-06-28 14:38:34 -04:00
2009-05-22 21:11:46 -04:00
2008-12-23 14:33:23 -05:00
2009-08-26 10:41:36 -04:00
2009-05-29 16:32:55 -07:00
2009-10-09 10:39:56 -04:00
2008-12-23 14:33:23 -05:00
2009-08-25 17:56:10 -04:00
2009-08-28 10:42:49 -07:00
2009-11-02 18:40:49 -05:00
2009-08-25 17:56:10 -04:00
2009-08-26 10:41:36 -04:00
2008-12-23 14:33:23 -05:00
2009-11-08 17:04:46 -05:00
2009-11-07 19:16:33 -05:00
2009-11-07 19:16:54 -05:00