- Timestamp:
- 09/09/10 17:25:58 (21 months ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
plugins/apostrophePlugin/trunk/modules/aMedia/templates/showSuccess.php
r2118 r2173 22 22 <?php else: ?> 23 23 <?php $type = $mediaItem->getType() ?> 24 <?php $embedCode = "<img class=\"a-media-icon-as-thumbnail\" src=\"/apostrophePlugin/images/a-$type-icon-tiny.png\" />"?>24 <?php $embedCode = '<span class="a-media-type '.$type.'"><b>'.$type.'</b></span>' ?> 25 25 <?php endif ?> 26 26

