diff -c mandigo-1.12/README.txt mandigo-1.13/README.txt *** mandigo-1.12/README.txt 2007-02-28 21:26:38.000000000 -0500 --- mandigo-1.13/README.txt 2007-03-08 20:38:06.000000000 -0500 *************** *** 58,71 **** - 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 some of the following things: - let me know and send an email to tom@onehertz.com - rate the theme and leave a comment on the Theme Viewer: http://themes.wordpress.net/columns/2-columns/1378/ - bookmark it on del.icio.us: http://del.icio.us/search/?p=mandigo+theme ! Thank you! === LOCALIZATION ======================================================================= --- 58,80 ---- - Images are also left-floated by default. To override this, add the 'nofloat' class to your img tags. ! Widgets support: ! Mandigo supports up to four widgets bars: two on the sides, one at the top and one at ! the bottom. The sidebars can be displayed on either side of the reading area. The ! top/bottom bars are most useful to display some kind of static content (using text ! widgets), or recent posts/comments. ! ! If you're still not using widgets (you should!), you can find more information about ! them here: http://automattic.com/code/widgets/ ! ! If you enjoy this theme, please consider doing some (all) of the following things: - let me know and send an email to tom@onehertz.com - rate the theme and leave a comment on the Theme Viewer: http://themes.wordpress.net/columns/2-columns/1378/ - bookmark it on del.icio.us: http://del.icio.us/search/?p=mandigo+theme ! Thank you for choosing Mandigo! === LOCALIZATION ======================================================================= *************** *** 83,101 **** === TRANSLATION CREDITS ================================================================ ! Czech: Milan Tucek ! Danish: Daniel Noesgaard Rasmussen ! Dutch: Ramsy de Vos ! French: Michel Bibal ! German: Michael Nickel ! Hungarian: Horvath Zoltan ! Italian: Sebastiano Cannata ! Japanese: Mitsuhiro Kanda ! Norwegian: Torbjorn Blystad ! Slovak: Marek ! Spanish: Juan Luis Perez Perez ! Swedish: Ulf Wrede ! Turkish: Mert Yabul Do not see your language listed here? If you are interested in helping with translation, please let me know by sending an email to tom@onehertz.com --- 92,115 ---- === TRANSLATION CREDITS ================================================================ ! Chinese: Charles Low ! Czech: Milan Tucek ! Danish: Daniel Noesgaard Rasmussen ! Dutch: Ramsy de Vos ! French: Michel Bibal ! German: Michael Nickel ! Hungarian: Horvath Zoltan ! Italian: Sebastiano Cannata ! Japanese: Mitsuhiro Kanda ! Norwegian: Torbjorn Blystad ! Polish: Mateusz Baran ! Portuguese: Oscar Nogueira Neto ! Russian: Michael Dolgov ! Serbian: Aleksandar Duric ! Slovak: Marek ! Spanish: Juan Luis Perez Perez ! Swedish: Ulf Wrede ! Turkish: Mert Yabul Do not see your language listed here? If you are interested in helping with translation, please let me know by sending an email to tom@onehertz.com *************** *** 114,119 **** --- 128,142 ---- === CHANGELOG ========================================================================== + 1.13 + + added the 3-column layout + + added options to move the sidebars left/right + + language: Brazilian Portuguese (pt_BR) + + language: Polish (pl_PL) + + language: Russian (ru_RU) + + language: Serbian (sr_CS) + + language: Simplified Chinese (zh_CN) + 1.12 + added Top and Bottom widgets bars + language: Czech (cs_CZ) diff -c mandigo-1.12/archive.php mandigo-1.13/archive.php *** mandigo-1.12/archive.php 2007-02-27 23:07:35.000000000 -0500 --- mandigo-1.13/archive.php 2007-03-08 17:26:21.000000000 -0500 *************** *** 1,4 **** !
--- 1,10 ---- !
*************** *** 72,77 ****
- - --- 78,81 ---- diff -c mandigo-1.12/blue.css mandigo-1.13/blue.css *** mandigo-1.12/blue.css 2007-02-14 16:29:09.000000000 -0500 --- mandigo-1.13/blue.css 2007-03-08 13:38:24.000000000 -0500 *************** *** 1,6 **** a, h2 a:hover, h3 a:hover, .entry p a:visited { color: #2E8FC6; } a:hover { color: #0F3461; } - #sidebar li { list-style-image: url(images/blue/star.gif); } .cal { background: #1C5B9E url(images/blue/cal_bg.jpg) repeat-x; } .calborder { --- 1,5 ---- Binary files mandigo-1.12/es_ES.mo and mandigo-1.13/es_ES.mo differ diff -c mandigo-1.12/footer.php mandigo-1.13/footer.php *** mandigo-1.12/footer.php 2007-02-25 22:07:45.000000000 -0500 --- mandigo-1.13/footer.php 2007-03-08 20:33:12.000000000 -0500 *************** *** 2,8 **** Hi, ! Please DO NOT remove the link to my website from the footer. I have been working hard to make this theme and you have downloaded it for FREE. This is all I ask from you in return for Mandigo which didn't cost you a cent. Thank you. --- 2,11 ---- Hi, ! Please DO NOT remove the link to my website from the footer. I have ! been working hard to make this theme and you have downloaded it for ! FREE. This is all I ask from you in return for Mandigo which didn't ! cost you a cent. Thank you. *************** *** 23,27 **** --- 26,39 ----
+ diff -c mandigo-1.12/functions.php mandigo-1.13/functions.php *** mandigo-1.12/functions.php 2007-02-28 20:13:04.000000000 -0500 --- mandigo-1.13/functions.php 2007-03-08 17:29:17.000000000 -0500 *************** *** 1,6 **** --- 1,7 ---- 'Mandigo Top')); register_sidebar(array('name'=>'Mandigo Bottom')); } *************** *** 28,34 **** Theme Options', 'edit_themes', basename(__FILE__), 'mandigo_options_page'); } function add_mandigo_readme_page() { add_theme_page('README', 'README', 'switch_themes', '', 'mandigo_readme_page'); } function mandigo_set_scheme($value) { update_option('mandigo_scheme', $value); } function mandigo_set_bool($var,$value) { update_option($var, $value); } *************** *** 102,107 **** --- 103,111 ---- mandigo_set_bool('mandigo_1024' ,$_POST['wide'] ); mandigo_set_bool('mandigo_nofloat' ,$_POST['nofloat'] ); mandigo_set_bool('mandigo_footer_stats' ,$_POST['footstats'] ); + mandigo_set_bool('mandigo_3columns' ,$_POST['col3'] ); + mandigo_set_bool('mandigo_sidebar1_left',$_POST['sidebar1'] ); + mandigo_set_bool('mandigo_sidebar2_left',$_POST['sidebar2'] ); } $current = get_option('mandigo_scheme'); $headoverlay = get_option('mandigo_headoverlay'); *************** *** 112,117 **** --- 116,124 ---- $wide = get_option('mandigo_1024'); $nofloat = get_option('mandigo_nofloat'); $footstats = get_option('mandigo_footer_stats'); + $col3 = get_option('mandigo_3columns'); + $sidebar1 = get_option('mandigo_sidebar1_left'); + $sidebar2 = get_option('mandigo_sidebar2_left'); $pages = & get_pages('sort_column=menu_order'); foreach ( $pages as $page ) { *************** *** 142,149 ****
!
! Use the 1024px theme look instead of the default 800px one

Miscellaneous Options
--- 149,163 ----

!
! Use the 1024px theme look instead of the default 800px one
! 3-column layout (previous option needs to be enabled)
! First sidebar position: ! left   ! right
! Second sidebar position: ! left   ! right

Miscellaneous Options
diff -c mandigo-1.12/green.css mandigo-1.13/green.css *** mandigo-1.12/green.css 2007-02-14 16:32:03.000000000 -0500 --- mandigo-1.13/green.css 2007-03-08 13:38:17.000000000 -0500 *************** *** 2,8 **** h2 a:hover, h3 a:hover { color: #3DB306; } .entry p a { border-bottom: 1px dotted #206E01; } .entry p a:hover { border-bottom: 1px solid #206E01; text-decoration: none; } - #sidebar li { list-style-image: url(images/green/star.gif); } #wp-calendar a { font-weight: bold; } .cal { background: #4CB306 url(images/green/cal_bg.jpg) repeat-x; } --- 2,7 ---- Common subdirectories: mandigo-1.12/images and mandigo-1.13/images diff -c mandigo-1.12/index.php mandigo-1.13/index.php *** mandigo-1.12/index.php 2007-02-28 20:28:03.000000000 -0500 --- mandigo-1.13/index.php 2007-03-08 15:47:26.000000000 -0500 *************** *** 1,5 **** !