aboutsummaryrefslogtreecommitdiff
path: root/mod/search/views/default/search/gallery_listing.php
blob: bbecaf202c7e922b635f12d5133f3dd5992d379d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<?php
/**
 * Elgg search listing: gallery view
 *
 * DEPRECATED VIEW: use entities/gallery_listing instead
 *
 * @package Elgg
 * @subpackage Core
 * @author Curverider Ltd
 * @link http://elgg.org/
 */


    echo elgg_view('entities/gallery_listing', $vars);

?>