You are here

dir_listing_icon.tpl.php in Filebrowser 7.3

File

dir_listing_icon.tpl.php
View source
<div class='filebrowser-thumbnail'>
  <?php

print $thumbnail;
?>
  <div class='title'>
    <?php

echo $description;
?><br/>
    <a href='<?php

print $href;
?>'><?php

echo t('download');
?></a>
    <?php

if ($new) {
  print $new;
}
?>

  </div>
</div>