aboutsummaryrefslogtreecommitdiff
path: root/start.php
diff options
context:
space:
mode:
Diffstat (limited to 'start.php')
-rw-r--r--start.php4
1 files changed, 2 insertions, 2 deletions
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');