false, 'item_class' => 'bPost', 'item_status_class' => 'bPost', 'content_mode' => 'full', // We want regular "full" content, even in category browsing: i-e no excerpt or thumbnail 'image_size' => '', // Do not display images in content block - Image is handled separately 'url_link_text_template' => '', // link will be displayed (except player if podcast) ), $params ); ?>
locale_temp_switch(); // Temporarily switch to post locale (useful for multilingual blogs) ?> images( array( 'before' => '
', 'before_image' => '
', 'before_image_legend' => '
', 'after_image_legend' => '
', 'after_image' => '
', 'after' => '
', 'image_size' => $Skin->get_setting( 'single_thumb_size' ), 'image_align' => 'middle', ) ); ?>
'', // Do not display images in content block - Image is handled separately skin_include( '_item_content.inc.php', $params ); // Note: You can customize the default item feedback by copying the generic // /skins/_item_feedback.inc.php file into the current skin folder. // -------------------------- END OF POST CONTENT ------------------------- ?> url_link( array( 'before' => '
'.T_('Link').': ', 'after' => '
', 'text_template' => '$url$', 'url_template' => '$url$', 'target' => '', 'podcast' => false, // DO NOT display mp3 player if post type is podcast ) ); ?>
'

', 'after_section_title' => '

', 'author_link_text' => 'preferredname', ) ); // Note: You can customize the default item feedback by copying the generic // /skins/_item_feedback.inc.php file into the current skin folder. // ---------------------- END OF FEEDBACK (COMMENTS/TRACKBACKS) --------------------- ?>