aboutsummaryrefslogtreecommitdiff
path: root/mod/file/views/default/file/icon/application/vnd.ms-excel.php
blob: ba2460fecd3c82937521351d1a0c991b42eefb15 (plain)
1
2
3
4
5
6
7
8
9
10
<?php

	if ($vars['size'] == 'large') {
		$ext = '_lrg';
	} else {
		$ext = '';
	}
	echo "<img src=\"{$CONFIG->wwwroot}mod/file/graphics/icons/excel{$ext}.gif\" border=\"0\" />";

?>