diff -c mandigo-1.3/README.txt mandigo-1.4/README.txt *** mandigo-1.3/README.txt 2007-01-05 11:49:57.000000000 -0500 --- mandigo-1.4/README.txt 2007-01-08 14:57:03.000000000 -0500 *************** *** 24,31 **** Mandigo is released under the GPL license terms. ! Customize the theme at will, but please do not touch the links to the onehertz.com ! website in the footer. === INSTALLATION ======================================================================= --- 24,30 ---- Mandigo is released under the GPL license terms. ! Customize the theme at will, but please do not modify the credits in the footer. === INSTALLATION ======================================================================= *************** *** 47,60 **** The theme is available in three different color schemes, which you can select from the Presentation, Theme Options subpanel in the Administration interface. Images in posts are surrounded by a border by default. To override this behaviour, simply add the 'noborder' class to your img tags. ! If you enjoy this theme, please let me know and send an email to t0m@gawd.net. === CHANGELOG ====================================================================== 1.3 + added the Version Checker on the Theme Options subpanel * fixed empty li tags in sidebar issue --- 46,68 ---- The theme is available in three different color schemes, which you can select from the Presentation, Theme Options subpanel in the Administration interface. + If none of the headers satisfy your needs, I have included a blank one in the extras/ + subfolder which you can modify. You will then need to save your new header as 'head.jpg' + in the images/ subfolder that corresponds to your current color scheme, i.e. the one you + have set on the Theme Options page. + Images in posts are surrounded by a border by default. To override this behaviour, simply add the 'noborder' class to your img tags. ! If you enjoy this theme, *please* let me know and send an email to tom@onehertz.com === CHANGELOG ====================================================================== + 1.4 + + added the pink color scheme + + included a blank image header in extras/ + 1.3 + added the Version Checker on the Theme Options subpanel * fixed empty li tags in sidebar issue Only in mandigo-1.4: extras diff -c mandigo-1.3/functions.php mandigo-1.4/functions.php *** mandigo-1.3/functions.php 2007-01-05 11:43:26.000000000 -0500 --- mandigo-1.4/functions.php 2007-01-08 14:32:06.000000000 -0500 *************** *** 71,77 **** function mandigo_options_page() { if ( $_GET['page'] == basename(__FILE__) ) { $ct = current_theme_info(); ! $array_schemes_strings = array('blue','red','green'); if (isset($_POST['changedscheme'])) mandigo_set_scheme($_POST['scheme']); $current = get_option('mandigo_scheme'); --- 71,77 ---- function mandigo_options_page() { if ( $_GET['page'] == basename(__FILE__) ) { $ct = current_theme_info(); ! $array_schemes_strings = array('blue','red','green','pink'); if (isset($_POST['changedscheme'])) mandigo_set_scheme($_POST['scheme']); $current = get_option('mandigo_scheme'); *************** *** 89,94 **** --- 89,95 ---- blue   red   green + pink

Common subdirectories: mandigo-1.3/images and mandigo-1.4/images Only in mandigo-1.4: pink.css Only in mandigo-1.4: scheme-pink.jpg diff -c mandigo-1.3/style.css mandigo-1.4/style.css *** mandigo-1.3/style.css 2007-01-05 11:50:26.000000000 -0500 --- mandigo-1.4/style.css 2007-01-08 15:16:56.000000000 -0500 *************** *** 1,8 **** /* Theme Name: Mandigo Theme URI: http://www.onehertz.com/portfolio/wordpress/ ! Description: Mandigo, available in three color schemes! ! Version: 1.3 Author: t0mmmmmmm Author URI: http://www.onehertz.com/portfolio/ */ --- 1,8 ---- /* Theme Name: Mandigo Theme URI: http://www.onehertz.com/portfolio/wordpress/ ! Description: Mandigo is an elegant widget ready two-column Wordpress theme, available in four color schemes! ! Version: 1.4 Author: t0mmmmmmm Author URI: http://www.onehertz.com/portfolio/ */