* * Copyright 2008-2011 Crowd Favorite, Ltd. All rights reserved. * Released under the GPL license * http://www.opensource.org/licenses/gpl-license.php */ if (__FILE__ == $_SERVER['SCRIPT_FILENAME']) { die(); } if (CFCT_DEBUG) { cfct_banner(__FILE__); } get_header(); global $post; if (have_posts()) : while (have_posts()) : the_post(); $title = get_the_title($post->post_parent); if (empty($title) && !empty($post->post_parent)) { $title = __('article', 'anno'); } if (!empty($title)) { ?> ID, 'full' ); ?>

post_excerpt) ) the_excerpt(); // this is the "caption" the_content(); if (cfct_get_adjacent_image_link(false) != '') { next_image_link(); } if (cfct_get_adjacent_image_link(true) != '') { previous_image_link(); } ?>