aboutsummaryrefslogtreecommitdiff
path: root/mod/file/views/default/file/icon/application/vnd.oasis.opendocument.text.php
blob: 30997716005476dbf7d67e90a3f75b1180b2ce6d (plain)
1
2
3
4
5
6
7
8
9
10
<?php

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

?>