From f057f68c6f946244b3afe0340ae11efdde0d8136 Mon Sep 17 00:00:00 2001 From: cash Date: Sat, 3 Dec 2011 16:55:53 -0500 Subject: some more clean-up --- start.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'start.php') diff --git a/start.php b/start.php index ce0af7312..f094bd2f4 100644 --- a/start.php +++ b/start.php @@ -27,8 +27,8 @@ function tidypics_init() { elgg_register_page_handler('photos', 'tidypics_page_handler'); // Extend CSS - elgg_extend_view('css/elgg', 'tidypics/css'); - elgg_extend_view('css/admin', 'tidypics/css'); + elgg_extend_view('css/elgg', 'photos/css'); + elgg_extend_view('css/admin', 'photos/css'); // Register the JavaScript lib $js = elgg_get_simplecache_url('js', 'photos/tidypics'); -- cgit v1.2.3