- Timestamp:
- 09/09/10 17:25:58 (21 months ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
plugins/apostrophePlugin/trunk/modules/aMedia/templates/_mediaItem.php
r2169 r2173 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 <span class="a-media-type "><b><?php echo $type ?></b></span>42 <span class="a-media-type <?php echo $type ?>" ><b><?php echo $type ?></b></span> 43 43 <?php endif ?> 44 44 </a>

