diff options
author | cash <cash@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2010-12-01 23:56:31 +0000 |
---|---|---|
committer | cash <cash@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2010-12-01 23:56:31 +0000 |
commit | a2be668d986c9df6f2954d501bbf80ed8748ca81 (patch) | |
tree | ff308080c4be65f4a15971c31b70525879ecc6fa /mod/captcha/start.php | |
parent | 17192a2f51507300ebc499b78aa010e9d38fb4f1 (diff) | |
download | elgg-a2be668d986c9df6f2954d501bbf80ed8748ca81.tar.gz elgg-a2be668d986c9df6f2954d501bbf80ed8748ca81.tar.bz2 |
screen.css is a better name for our main css file
git-svn-id: http://code.elgg.org/elgg/trunk@7489 36083f99-b078-4883-b0ff-0f9b5a30f544
Diffstat (limited to 'mod/captcha/start.php')
-rw-r--r-- | mod/captcha/start.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mod/captcha/start.php b/mod/captcha/start.php index 3458e02a5..ec97d96b6 100644 --- a/mod/captcha/start.php +++ b/mod/captcha/start.php @@ -12,7 +12,7 @@ function captcha_init() { register_page_handler('captcha','captcha_page_handler'); // Extend CSS - elgg_extend_view('css','captcha/css'); + elgg_extend_view('css/screen','captcha/css'); // Number of background images $CONFIG->captcha_num_bg = 5; |