aboutsummaryrefslogtreecommitdiff
path: root/mod/file/views/default/file/icon/document.php
blob: 55a71394e50128d767b21be422eb5f3dd19e3b6f (plain)
1
2
3
4
5
6
7
8
<?php
/**
 * Document icon
 */

$vars['type'] = 'text';

echo elgg_view('file/icon/default', $vars);