diff -c mandigo-1.27/README.txt mandigo-1.27.1/README.txt *** mandigo-1.27/README.txt 2007-09-29 15:54:40.000000000 -0400 --- mandigo-1.27.1/README.txt 2007-09-29 19:13:46.000000000 -0400 *************** *** 300,305 **** --- 300,308 ---- === CHANGELOG ========================================================================== + 1.27.1 + * fixed incompatibilities with the prototype library + 1.27 "It's moving!" + added controls to hide/show posts and sidebars * smaller PNG filess diff -c mandigo-1.27/footer.php mandigo-1.27.1/footer.php *** mandigo-1.27/footer.php 2007-09-29 15:38:06.000000000 -0400 --- mandigo-1.27.1/footer.php 2007-09-29 19:07:44.000000000 -0400 *************** *** 45,72 **** var maxw = Math.round(.96*); ! if ($.browser.msie) { ! $('.entry object, .entry img').load(function(){ if (this.clientWidth > maxw) this.style.width = maxw+'px'; }); } togglePost = function(id) { ! icon = $('#switch-post-'+id+' img'); icon.attr('src',/minus/.test(icon.attr('src')) ? icon.attr('src').replace('minus','plus') : icon.attr('src').replace('plus','minus')); ! $('#post-'+id+' .entry').animate({ height: 'toggle', opacity: 'toggle' }, 1000); } toggleSidebars = function() { ! icon = $('.switch-sidebars img'); icon.attr('src',/hide/.test(icon.attr('src')) ? icon.attr('src').replace('hide','show') : icon.attr('src').replace('show','hide')); ! $('.sidebars').animate({ width: 'toggle', height: 'toggle', padding: 'toggle', border: 'toggle' }, 1000); } ! $('.widgettitle, .linkcat *:first').click(function() { ! $(this).siblings().animate({ height: 'toggle', opacity: 'toggle' }, 1000); }); // ]]> --> --- 45,72 ---- var maxw = Math.round(.96*); ! if (jQuery.browser.msie) { ! jQuery('.entry object, .entry img').load(function(){ if (this.clientWidth > maxw) this.style.width = maxw+'px'; }); } togglePost = function(id) { ! icon = jQuery('#switch-post-'+id+' img'); icon.attr('src',/minus/.test(icon.attr('src')) ? icon.attr('src').replace('minus','plus') : icon.attr('src').replace('plus','minus')); ! jQuery('#post-'+id+' .entry').animate({ height: 'toggle', opacity: 'toggle' }, 1000); } toggleSidebars = function() { ! icon = jQuery('.switch-sidebars img'); icon.attr('src',/hide/.test(icon.attr('src')) ? icon.attr('src').replace('hide','show') : icon.attr('src').replace('show','hide')); ! jQuery('.sidebars').animate({ width: 'toggle', height: 'toggle', padding: 'toggle', border: 'toggle' }, 1000); } ! jQuery('.widgettitle, .linkcat *:first').click(function() { ! jQuery(this).siblings().animate({ height: 'toggle', opacity: 'toggle' }, 1000); }); // ]]> --> Common subdirectories: mandigo-1.27/images and mandigo-1.27.1/images Common subdirectories: mandigo-1.27/js and mandigo-1.27.1/js Common subdirectories: mandigo-1.27/schemes and mandigo-1.27.1/schemes diff -c mandigo-1.27/style.css mandigo-1.27.1/style.css *** mandigo-1.27/style.css 2007-09-23 18:45:12.000000000 -0400 --- mandigo-1.27.1/style.css 2007-09-29 19:11:08.000000000 -0400 *************** *** 2,8 **** Theme Name: Mandigo Theme URI: http://www.onehertz.com/portfolio/wordpress/ Description: Mandigo is an elegant widget-ready one/two/three-column Wordpress theme, available in two widths, SEVEN color schemes and 31 languages! ! Version: 1.27 Author: t0mmmmmmm Author URI: http://www.onehertz.com/portfolio/wordpress/ */ --- 2,8 ---- Theme Name: Mandigo Theme URI: http://www.onehertz.com/portfolio/wordpress/ Description: Mandigo is an elegant widget-ready one/two/three-column Wordpress theme, available in two widths, SEVEN color schemes and 31 languages! ! Version: 1.27.1 Author: t0mmmmmmm Author URI: http://www.onehertz.com/portfolio/wordpress/ */