aboutsummaryrefslogtreecommitdiff
path: root/mod/file/views/default/file/specialcontent/image/default.php
blob: a55b97eb5c78650307c06e8f3b0f3bd83cbd8743 (plain)
1
2
3
4
5
6
7
8
<?php
/**
 * Display an image
 */

if ($vars['full'] && $smallthumb = $vars['entity']->smallthumb) {
	echo "<p class=\"file-image\"><a href=\"".elgg_get_site_url()."mod/file/download.php?file_guid={$vars['entity']->getGUID()}\"><img src=\"".elgg_get_site_url()."mod/file/thumbnail.php?file_guid={$vars['entity']->getGUID()}&size=large\" /></a></p>";
}