From dd09373e0cefa8d33d0e9faa741593802d53c2a7 Mon Sep 17 00:00:00 2001 From: ewinslow Date: Fri, 18 Feb 2011 18:37:32 +0000 Subject: Refs #2950: layout/objects => page/components git-svn-id: http://code.elgg.org/elgg/trunk@8288 36083f99-b078-4883-b0ff-0f9b5a30f544 --- views/default/layout/objects/gallery.php | 75 -------------------------------- 1 file changed, 75 deletions(-) delete mode 100644 views/default/layout/objects/gallery.php (limited to 'views/default/layout/objects/gallery.php') diff --git a/views/default/layout/objects/gallery.php b/views/default/layout/objects/gallery.php deleted file mode 100644 index f57cc99ba..000000000 --- a/views/default/layout/objects/gallery.php +++ /dev/null @@ -1,75 +0,0 @@ - $offset, - 'count' => $count, - 'limit' => $limit, - 'offset_key' => $offset_key, - )); -} - -if ($position == 'before' || $position == 'both') { - echo $nav; -} - -?> - -'; - } - $col++; - - echo '"; - - if ($col == $num_columns) { - echo ''; - $col = 0; - } -} - -if ($col > 0) { - echo ''; -} - -?> - - - -