/[drupal]/contributions/modules/filebrowser/dir_listing_icon.tpl.php
ViewVC logotype

Contents of /contributions/modules/filebrowser/dir_listing_icon.tpl.php

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Revision 1.1 - (show annotations) (download) (as text)
Thu Oct 22 07:20:52 2009 UTC (5 weeks ago) by ulhume
Branch: MAIN
CVS Tags: HEAD
File MIME type: text/x-php
- copmpanion module api
- Image thumbnailing first support
- Package peroperty changed
1 <div class='dir-listing-icon'>
2 <?php print $thumbnail ?>
3 <div class='dir-listing-icon-title'>
4 <a href='<?php print $href?>'>
5 <?php print $description?$description:$title ?>
6 </a><?php if ($new) print $new ?>
7 </div>
8 </div>

  ViewVC Help
Powered by ViewVC 1.1.2