diff -c mandigo-1.6/README.txt mandigo-1.7/README.txt *** mandigo-1.6/README.txt 2007-01-16 21:29:18.000000000 -0500 --- mandigo-1.7/README.txt 2007-01-21 13:37:36.000000000 -0500 *************** *** 43,49 **** === ABOUT MANDIGO ====================================================================== ! The theme is available in six 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/ --- 43,49 ---- === ABOUT MANDIGO ====================================================================== ! The theme is available in seven 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/ *************** *** 51,58 **** 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 consider doing one of the following things: - let me know and send an email to tom@onehertz.com --- 51,61 ---- 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 classes: ! - Images in posts are surrounded by a border by default. To override this behaviour, ! simply add the 'noborder' class to your img tags. ! - Images are also left-floated by default. To override this, add the 'nofloat' class to ! your img tags. If you enjoy this theme, please consider doing one of the following things: - let me know and send an email to tom@onehertz.com *************** *** 72,81 **** --- 75,91 ---- Pink Scheme: "Spinning Fan" by Janet Goulden: http://www.sxc.hu/profile/cooljinny Purple Scheme: "Light Play 8" by Sarah Lee: http://www.sxc.hu/profile/clashed Orange Scheme: "ADN" by Frederico Oddone: http://www.sxc.hu/profile/FedexsnaP + Teal Scheme: "Green Globe" by Jenny W.: http://www.sxc.hu/profile/emsago === CHANGELOG ========================================================================== + 1.7 + + added the teal color scheme + + added a .nofloat class to use with images + + added an option to exclude some pages from header navigation + + added an option to display all links in bold + 1.6 + added the orange color scheme + added an option to make the translucent stripe span multiple lines Common subdirectories: mandigo-1.6/extras and mandigo-1.7/extras diff -c mandigo-1.6/functions.php mandigo-1.7/functions.php *** mandigo-1.6/functions.php 2007-01-15 23:08:55.000000000 -0500 --- mandigo-1.7/functions.php 2007-01-21 13:09:10.000000000 -0500 *************** *** 78,83 **** --- 78,85 ---- function mandigo_set_overlay($headoverlay) { update_option('mandigo_headoverlay', $headoverlay); } function mandigo_set_dates($dates) { update_option('mandigo_dates', $dates); } function mandigo_set_overlay_oversize($headoverlay_oversize) { update_option('mandigo_headoverlay_oversize', $headoverlay_oversize); } + function mandigo_set_exclude_pages($exclude_pages) { update_option('mandigo_exclude_pages', $exclude_pages); } + function mandigo_set_bold_links($bold_links) { update_option('mandigo_bold_links', $bold_links); } function mandigo_options_page() { if ( $_GET['page'] == basename(__FILE__) ) { *************** *** 88,100 **** mandigo_set_overlay($_POST['headoverlay']); mandigo_set_dates($_POST['dates']); mandigo_set_overlay_oversize($_POST['headoverlay_oversize']); } $current = get_option('mandigo_scheme'); $headoverlay = get_option('mandigo_headoverlay'); $dates = get_option('mandigo_dates'); $headoverlay_oversize = get_option('mandigo_headoverlay_oversize'); ! echo '
Are you using the latest version?
!  .'/scheme-orange.jpg)