Files
2025-03-12 17:06:23 +01:00

5 lines
216 B
PHP

<?php if(isset($sf_asset)): ?>
<?php //echo content_tag('a', $thumbnail, array('href' => $web_abs_current_path.'/'.$name, 'target' => '_blank')) ?>
<?php echo image_tag($sf_asset->getPath(E)) ?>
<?php endif;