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


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

?>