*** templates/post/single-post-header.php 2011-03-10 --- ../single-post-header.php 2011-04-29 *************** *** 1,6 **** <?php $arjunaOptions = arjuna_get_options(); ?> <div class="postHeader"> ! <h1 class="postTitle"><a href="<?php the_permalink() ?>" title="<?php _e('Permalink to', 'Arjuna'); ?> <?php the_title(); ?>"><span><?php the_title(); ?></span></a></h1> <div class="bottom"><div> <span class="postDate"><?php the_time(get_option('date_format')); ?><?php //Time --- 1,10 ---- <?php $arjunaOptions = arjuna_get_options(); ?> <div class="postHeader"> ! <h1 class="postTitle"><a href="<?php the_permalink() ?>" title="<?php _e('Permalink to', 'Arjuna'); ?> <?php the_title(); ?>"><span> ! <!-- zenback_title_begin --> ! <?php the_title(); ?> ! <!-- zenback_title_end --> ! </span></a></h1> <div class="bottom"><div> <span class="postDate"><?php the_time(get_option('date_format')); ?><?php //Time