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 ----
+