aboutsummaryrefslogtreecommitdiff
path: root/mod/file/views/default/file/icon/application/vnd.oasis.opendocument.text.php
blob: d0bde81dff22be27627193eaa694e90b66122e28 (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/openoffice{$ext}.gif\" border=\"0\" />";

?>