diff options
author | cash <cash@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2011-02-21 02:59:33 +0000 |
---|---|---|
committer | cash <cash@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2011-02-21 02:59:33 +0000 |
commit | f26d7d47986222c0f3a4038f7bc8d73c37f8ca4e (patch) | |
tree | 07edf3c08f8151f17a9e2fb4a64d3302bf56d7ad /mod/messages/start.php | |
parent | 0030fe2d63684b6612316b5162d34bfaa5dbfee1 (diff) | |
download | elgg-f26d7d47986222c0f3a4038f7bc8d73c37f8ca4e.tar.gz elgg-f26d7d47986222c0f3a4038f7bc8d73c37f8ca4e.tar.bz2 |
Fixes #2934 switching to css/elgg for css view since using a print viewtype is a good idea and screen would become a confusing idea
git-svn-id: http://code.elgg.org/elgg/trunk@8383 36083f99-b078-4883-b0ff-0f9b5a30f544
Diffstat (limited to 'mod/messages/start.php')
-rw-r--r-- | mod/messages/start.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mod/messages/start.php b/mod/messages/start.php index da85a09ef..9868cce49 100644 --- a/mod/messages/start.php +++ b/mod/messages/start.php @@ -31,7 +31,7 @@ function messages_init() { } // Extend system CSS with our own styles, which are defined in the shouts/css view - elgg_extend_view('css/screen', 'messages/css'); + elgg_extend_view('css/elgg', 'messages/css'); // Add icon to the topbar elgg_extend_view('elgg_topbar/extend', 'messages/topbar'); |