aboutsummaryrefslogtreecommitdiff
path: root/views/default/navigation/viewtype.php
blob: cdf167eb578d70ceb823ec7d082afc84621175b1 (plain)
1
2
3
4
5
6
7
8
9
10
11
<?php
/**
 * Elgg list view switcher
 *
 * @package Elgg
 * @subpackage Core
 */

elgg_deprecated_notice('navigation/viewtype was deprecated by navigation/listtype', 1.8);

echo elgg_view('navigation/listtype', $vars);