diff options
Diffstat (limited to 'mod/profile/views')
-rw-r--r-- | mod/profile/views/default/profile/listing.php | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/mod/profile/views/default/profile/listing.php b/mod/profile/views/default/profile/listing.php index 94a29580c..6b6381f64 100644 --- a/mod/profile/views/default/profile/listing.php +++ b/mod/profile/views/default/profile/listing.php @@ -14,9 +14,9 @@ ?>
- <div class="profile_listing">
+ <div class="search_listing">
- <div class="profile_listing_icon">
+ <div class="search_listing_icon">
<?php
echo elgg_view(
@@ -28,7 +28,7 @@ ?>
</div>
- <div class="profile_listing_info">
+ <div class="search_listing_info">
<p><b><?php
echo "<a href=\"" . $vars['entity']->getUrl() . "\">" . $vars['entity']->name . "</a>";
|