aboutsummaryrefslogtreecommitdiff
path: root/mod/profile
diff options
context:
space:
mode:
authorben <ben@36083f99-b078-4883-b0ff-0f9b5a30f544>2008-08-11 13:33:58 +0000
committerben <ben@36083f99-b078-4883-b0ff-0f9b5a30f544>2008-08-11 13:33:58 +0000
commit558b17feaf25dbda262be2afbc76d79e006212a9 (patch)
tree6591c47e0bfba42eeee3aa6e13e9077928f8dc32 /mod/profile
parent0d824354c94d69b08345cdf8bf322aa07b4958c3 (diff)
downloadelgg-558b17feaf25dbda262be2afbc76d79e006212a9.tar.gz
elgg-558b17feaf25dbda262be2afbc76d79e006212a9.tar.bz2
Added class to user and group details
git-svn-id: https://code.elgg.org/elgg/trunk@1825 36083f99-b078-4883-b0ff-0f9b5a30f544
Diffstat (limited to 'mod/profile')
-rw-r--r--mod/profile/views/default/profile/listing.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/mod/profile/views/default/profile/listing.php b/mod/profile/views/default/profile/listing.php
index 750674bb3..3715222ab 100644
--- a/mod/profile/views/default/profile/listing.php
+++ b/mod/profile/views/default/profile/listing.php
@@ -33,7 +33,7 @@
$location = $vars['entity']->location;
if (!empty($location)) {
- $info .= "<p>" . elgg_echo("profile:location") . ": " . elgg_view("output/tags",array('value' => $vars['entity']->location)) . "</p>";
+ $info .= "<p class=\"owner_timestamp\">" . elgg_echo("profile:location") . ": " . elgg_view("output/tags",array('value' => $vars['entity']->location)) . "</p>";
}
echo elgg_view_listing($icon, $info);