aboutsummaryrefslogtreecommitdiff
path: root/start.php
diff options
context:
space:
mode:
authorCash Costello <cash.costello@gmail.com>2011-11-23 15:25:48 -0500
committerCash Costello <cash.costello@gmail.com>2011-11-23 15:25:48 -0500
commit4bfbb194ec1f9fc2647d1cb4e946fb95492076d6 (patch)
tree2e818635b8ae236cbefe0ccf55e29b23f369d6b7 /start.php
parent9b814dd2124a8c71dec3a8d510d288f040b03b9e (diff)
downloadelgg-4bfbb194ec1f9fc2647d1cb4e946fb95492076d6.tar.gz
elgg-4bfbb194ec1f9fc2647d1cb4e946fb95492076d6.tar.bz2
settings are good enough for a preview release now
Diffstat (limited to 'start.php')
-rw-r--r--start.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/start.php b/start.php
index cd3a5158d..056c1739a 100644
--- a/start.php
+++ b/start.php
@@ -25,6 +25,7 @@ function tidypics_init() {
// Extend CSS
elgg_extend_view('css/elgg', 'tidypics/css');
+ elgg_extend_view('css/admin', 'tidypics/css');
// Add photos link to owner block/hover menus
elgg_register_plugin_hook_handler('register', 'menu:owner_block', 'tidypics_owner_block_menu');