'; } /** * Called to display post heading for news in index and archive pages * @since 1.2.2 */ function arras_newsheader($page_type) { global $post; $postheader = ''; $w = 190; $h = 100; if ( arras_get_option('layout') == '3c-r-fixed' || arras_get_option('layout') == '3c-fixed' ) $w = 220; $postheader .= '
'; $postheader .= '' . __('Read More', 'arras') . '
'; } echo apply_filters('arras_newsfooter', $postfooter); } /** * Called to display post heading for news in single posts * @since 1.2.2 */ function arras_postheader() { global $post, $id; if ( is_single() ) { if ( is_attachment() ) $postheader .= '' . __('We\'re very sorry, but that page doesn\'t exist or has been moved.
Please make sure you have the right URL.', 'buffet') . '