get_enclosure(0)) { $html = '

show enclosure
'; $html .= '

' . $enclosure->embed(array( 'audio' => 'plugins/place_audio.png', 'video' => 'plugins/place_video.png', 'mediaplayer' => 'plugins/mediaplayer.swf', 'alt' => '', 'altclass' => 'download' )) . '

'; $html .= '(' . $enclosure->get_type(); if ($enclosure->get_size()) { $html .= '; ' . $enclosure->get_size() . ' MB'; } $html .= ')'; $html .= '
'; } return array($link, $title, $content . $html); } ?>