- Timestamp:
- 09/09/10 15:24:39 (21 months ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
plugins/apostrophePlugin/trunk/modules/aMedia/templates/_mediaItem.php
r2168 r2169 40 40 <?php // We can't render this format on this server but we need a placeholder thumbnail ?> 41 41 <?php $type = $mediaItem->getType() ?> 42 <img class="a-media-icon-as-thumbnail" src="/apostrophePlugin/images/a-<?php echo $type ?>-icon-tiny.png" />42 <span class="a-media-type"><b><?php echo $type ?></b></span> 43 43 <?php endif ?> 44 44 </a>

