From a7e426447b6d544b85acb7218e4dfb84de5ce36f Mon Sep 17 00:00:00 2001 From: cash Date: Sat, 5 Feb 2011 23:31:47 +0000 Subject: using elgg-module- git-svn-id: http://code.elgg.org/elgg/trunk@8041 36083f99-b078-4883-b0ff-0f9b5a30f544 --- engine/lib/views.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'engine/lib') 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); } -- cgit v1.2.3