aboutsummaryrefslogtreecommitdiff
path: root/engine
diff options
context:
space:
mode:
authorcash <cash@36083f99-b078-4883-b0ff-0f9b5a30f544>2011-02-05 23:31:47 +0000
committercash <cash@36083f99-b078-4883-b0ff-0f9b5a30f544>2011-02-05 23:31:47 +0000
commita7e426447b6d544b85acb7218e4dfb84de5ce36f (patch)
treebf515934f83985c90ad49d54cfad97d670712449 /engine
parente1f29dc449b873f8e92340007ac5c57cc02af598 (diff)
downloadelgg-a7e426447b6d544b85acb7218e4dfb84de5ce36f.tar.gz
elgg-a7e426447b6d544b85acb7218e4dfb84de5ce36f.tar.bz2
using elgg-module-<type>
git-svn-id: http://code.elgg.org/elgg/trunk@8041 36083f99-b078-4883-b0ff-0f9b5a30f544
Diffstat (limited to 'engine')
-rw-r--r--engine/lib/views.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/engine/lib/views.php b/engine/lib/views.php
index 56325ebda..0010b8808 100644
--- a/engine/lib/views.php
+++ b/engine/lib/views.php
@@ -1094,7 +1094,7 @@ function elgg_view_latest_comments($owner_guid, $type = 'object', $subtype = '',
$params = array(
'title' => $title,
'body' => $body,
- 'class' => 'elgg-aside-module',
+ 'class' => 'elgg-module-aside',
);
return elgg_view('layout/objects/module', $params);
}