diff options
author | cash <cash.costello@gmail.com> | 2011-06-24 19:55:58 -0400 |
---|---|---|
committer | cash <cash.costello@gmail.com> | 2011-06-24 19:55:58 -0400 |
commit | 43e2672f65d12a36d75ad9257a936dc93a2108f3 (patch) | |
tree | d18d91e31fbb461560bdd2c53a6cb0fbdfc89b14 /engine | |
parent | 5d44386e762c5fbdf2866f174bd82788c09615ee (diff) | |
download | elgg-43e2672f65d12a36d75ad9257a936dc93a2108f3.tar.gz elgg-43e2672f65d12a36d75ad9257a936dc93a2108f3.tar.bz2 |
cleaned up the list/gallery css classes to use standard class naming - minor modifications only
Diffstat (limited to 'engine')
-rw-r--r-- | engine/lib/views.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/engine/lib/views.php b/engine/lib/views.php index 4911171c8..df69593f9 100644 --- a/engine/lib/views.php +++ b/engine/lib/views.php @@ -969,7 +969,7 @@ $list_type_toggle = true, $pagination = true) { // new function $defaults = array( 'items' => $entities, - 'list_class' => 'elgg-entity-list', + 'list_class' => 'elgg-list-entity', 'full_view' => true, 'pagination' => true, 'gallery' => false, @@ -992,7 +992,7 @@ $list_type_toggle = true, $pagination = true) { 'pagination' => $pagination, 'gallery' => false, 'list_type_toggle' => $list_type_toggle, - 'list_class' => 'elgg-entity-list', + 'list_class' => 'elgg-list-entity', ); } |