filedepot_native_filerecord.tpl.php in filedepot 7
native_filelisting_record.tpl.php
1 theme call to filedepot_native_filerecord.tpl.php
- theme_filedepot_files in ./
filedepot.module - Theme function that is used when displaying the files via the native Drupal node view.
File
theme/filedepot_native_filerecord.tpl.phpView source
<?php
/**
* @file
* native_filelisting_record.tpl.php
*/
?>
<div><img src="<?php
print $icon;
?>"> <?php
print $filelink;
?></div>