ID, 'large'); if ( $image ) { list($src, $a_width, $a_height) = $image; if ( $a_width > $a_height ) { $widht = ( ak_theme_option('big-images') ) ? 900 : 580; $height = intval ( $a_height * $widht / $a_width ); } else { $height = ( ak_theme_option('big-images') ) ? 600 : 480; $width = intval ( $a_width * $height / $a_height ); } ?> <?php echo trim($post->post_excerpt); ?>

post_excerpt) ) the_excerpt(); ?>