diff options
| author | Cash Costello <cash.costello@gmail.com> | 2011-11-23 15:25:48 -0500 | 
|---|---|---|
| committer | Cash Costello <cash.costello@gmail.com> | 2011-11-23 15:25:48 -0500 | 
| commit | 4bfbb194ec1f9fc2647d1cb4e946fb95492076d6 (patch) | |
| tree | 2e818635b8ae236cbefe0ccf55e29b23f369d6b7 /start.php | |
| parent | 9b814dd2124a8c71dec3a8d510d288f040b03b9e (diff) | |
| download | elgg-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.php | 1 | 
1 files changed, 1 insertions, 0 deletions
| @@ -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'); | 
