From 3639cba1b20c4227def597e67274a184d1ea87d7 Mon Sep 17 00:00:00 2001 From: Cash Costello Date: Sat, 14 Jul 2012 14:46:00 -0400 Subject: removed old code --- views/default/tidypics/gallery.php | 71 -------------------------------------- 1 file changed, 71 deletions(-) delete mode 100644 views/default/tidypics/gallery.php (limited to 'views/default/tidypics/gallery.php') diff --git a/views/default/tidypics/gallery.php b/views/default/tidypics/gallery.php deleted file mode 100644 index ba6f7b11d..000000000 --- a/views/default/tidypics/gallery.php +++ /dev/null @@ -1,71 +0,0 @@ - 0 && $viewtypetoggle) { - $nav .= elgg_view('navigation/viewtype', array( - 'baseurl' => $baseurl, - 'offset' => $offset, - 'count' => $count, - 'viewtype' => $viewtype, - )); -} - -if ($pagination) { - $nav .= elgg_view('navigation/pagination',array( - 'baseurl' => $baseurl, - 'offset' => $offset, - 'count' => $count, - 'limit' => $limit, - )); -} - -$html .= $nav; - -if (is_array($entities) && sizeof($entities) > 0) { - $counter = 0; - foreach($entities as $entity) { - if ($counter % $num_wide == 0) { - $html .= "
"; - } - $html .= elgg_view_entity($entity, $fullview); - $counter++; - } -} - -$html .= '
'; - -if ($count) { - $html .= $nav; -} - -echo $html; \ No newline at end of file -- cgit v1.2.3