--- 1,14 ----
!
! ID, true, array(450, 800)); // This also populates the iconsize for the next line ?>
! ID); $classname = ($_post->iconsize[0] <= 128 ? 'small' : '') . 'attachment'; // This lets us style narrow icons specially ?>
< class="pagetitle"> post_parent); ?> » >
***************
*** 60,69 ****
|
***************
*** 24,69 ****
!
!
! comment_status) : ?>
!
!
!
!
!
!
! comment_status) : ?>
--- 25,90 ----
!
!
%s
! %s
!
! %s
! ',
! $oddcomment,
! ($authorcomments && get_comment_author() == $the_author ? ' authorcomment' : ''),
! get_comment_ID(),
! sprintf(__('%s says:','mandigo'),get_comment_author_link()),
! ($comment->comment_approved == '0' ? '
'. __('Your comment is awaiting moderation.','mandigo') .'' : ''),
! get_comment_ID(),
! sprintf(__('%s at %s','mandigo'),get_comment_date(__('F jS, Y','mandigo')),get_comment_time()),
! ' - '. apply_filters('edit_comment_link', '
'. __('Edit','mandigo') .'', $comment->comment_ID),
! apply_filters('comment_text', get_comment_text())
! );
!
! if (get_option('mandigo_trackbacks_after') && $comment->comment_type == 'trackback'):
! $trackback_list .= $comment_list_item;
! else:
! $comment_list .= $comment_list_item;
! endif;
! if ('alt' == $oddcomment) $oddcomment = '';
! else $oddcomment = 'alt';
! endforeach;
! ?>
+
!
!
!
! comment_status): // If comments are open, but there are no comments.
! else : // if comments are closed
! ?>
! comment_status):
! ?>
diff -c mandigo-1.28/footer.php mandigo-1.29/footer.php
*** mandigo-1.28/footer.php 2007-10-13 10:19:24.000000000 -0400
--- mandigo-1.29/footer.php 2007-10-25 15:57:37.000000000 -0400
***************
*** 69,74 ****
--- 69,99 ----
jQuery(this).siblings().animate({ height: 'toggle', opacity: 'toggle' }, 1000);
});
+
+
+ jQuery('#blogname').after('
'+ jQuery('#blogname a').html() +"<\/span>");
+ jQuery('#blogdesc').after(''+ jQuery('#blogdesc' ).html() +'<\/span>');
+
+
+
+ jQuery.each(['tl','tr','bl','br'],function() {
+ jQuery('#blogname').after(''+ jQuery('#blogname a').html() +'<\/span>');
+ jQuery('#blogdesc').after(''+ jQuery('#blogdesc' ).html() +'<\/span>');
+ });
+
+
+
+ t = jQuery('#sidebar1').clone();
+ jQuery('#sidebar1').remove();
+ jQuery('td#content').before(t);
+
+
+
+ t = jQuery('#sidebar2').clone();
+ jQuery('#sidebar2').remove();
+ jQuery('td#content').before(t);
+
+
// ]]> -->
! ! ! !