diff options
Diffstat (limited to 'views/default/tidypics/content_wrapper.php')
-rw-r--r-- | views/default/tidypics/content_wrapper.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/views/default/tidypics/content_wrapper.php b/views/default/tidypics/content_wrapper.php index 757d069bb..08146b31b 100644 --- a/views/default/tidypics/content_wrapper.php +++ b/views/default/tidypics/content_wrapper.php @@ -1,7 +1,7 @@ <?php echo elgg_view_title($vars['title']); ?> -<div class="contentWrapper"> +<div class="contentWrapper tidypics_wrapper"> <div class="clearfloat"></div> <?php echo $vars['content']; |