diff options
Diffstat (limited to 'views')
-rw-r--r-- | views/default/tidypics/content_wrapper.php | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/views/default/tidypics/content_wrapper.php b/views/default/tidypics/content_wrapper.php new file mode 100644 index 000000000..08fd74aff --- /dev/null +++ b/views/default/tidypics/content_wrapper.php @@ -0,0 +1,8 @@ +<?php + echo elgg_view_title($vars['title']); +?> +<div class="contentWrapper"> +<?php + echo $vars['content']; +?> +</div>
\ No newline at end of file |