aboutsummaryrefslogtreecommitdiff
path: root/mod/categories/views/default/categories.php
blob: 8577ef01b968d8aa4b40e0fb28a3635a30287945 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<?php
/**
 * Categories input view
 *
 * @package ElggCategories
 *
 * @deprecated 1.8
 */

elgg_deprecated_notice("Use input/categories instead of categories", 1.8);

echo elgg_view('input/categories', $vars);