diff options
author | cash <cash.costello@gmail.com> | 2012-01-02 15:40:23 -0500 |
---|---|---|
committer | cash <cash.costello@gmail.com> | 2012-01-02 15:40:23 -0500 |
commit | ad4f0fc6c003e0b3365f542795c1c6b3ee06749d (patch) | |
tree | 96b86a9d8f756500d7b9f1b25a084a99bfda34db /views/default/object | |
parent | fbdaf2a33386e6746be4de50a0b4aceb06ff5e68 (diff) | |
download | elgg-ad4f0fc6c003e0b3365f542795c1c6b3ee06749d.tar.gz elgg-ad4f0fc6c003e0b3365f542795c1c6b3ee06749d.tar.bz2 |
displaying the labels on tags now
Diffstat (limited to 'views/default/object')
-rw-r--r-- | views/default/object/image/full.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/views/default/object/image/full.php b/views/default/object/image/full.php index e12e96806..175519c16 100644 --- a/views/default/object/image/full.php +++ b/views/default/object/image/full.php @@ -49,7 +49,7 @@ $summary = elgg_view_image_block($owner_icon, $list_body, $params); echo $summary; -echo '<div class="tidypics-wrapper-photo">'; +echo '<div class="tidypics-photo-wrapper center">'; echo elgg_view('object/image/navigation', $vars); echo elgg_view('photos/tagging/help', $vars); echo elgg_view('photos/tagging/select', $vars); |