diff options
Diffstat (limited to 'views/default/tidypics/groupprofile_albums.php')
| -rw-r--r-- | views/default/tidypics/groupprofile_albums.php | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/views/default/tidypics/groupprofile_albums.php b/views/default/tidypics/groupprofile_albums.php deleted file mode 100644 index 7f28705c7..000000000 --- a/views/default/tidypics/groupprofile_albums.php +++ /dev/null @@ -1,15 +0,0 @@ -<?php
-
-/***********************************************
- *
- * This is used on the group profile page
- *
- ***********************************************/
-
-if ($vars['entity']->photos_enable != 'no') {
- echo '<div id="tidypics_group_profile">';
- echo '<h2>' . elgg_echo('album:group') . '</h2>';
- echo elgg_view('tidypics/albums', array('num_albums' => 5));
- echo '</div>';
-}
-?>
\ No newline at end of file |
