diff -c mandigo-1.28/404.php mandigo-1.29/404.php *** mandigo-1.28/404.php 2007-09-23 19:40:34.000000000 -0400 --- mandigo-1.29/404.php 2007-10-25 15:57:37.000000000 -0400 *************** *** 2,11 **** global $dirs; get_header(); ! if (!get_option('mandigo_nosidebars') && get_option('mandigo_sidebar1_left')) include (TEMPLATEPATH . '/sidebar.php'); ! if (!get_option('mandigo_nosidebars') && get_option('mandigo_1024') && get_option('mandigo_3columns') && get_option('mandigo_sidebar2_left')) { ! include (TEMPLATEPATH . '/sidebar2.php'); ! } $tag_posttitle_single = get_option('mandigo_tag_posttitle_single'); ?> --- 2,8 ---- global $dirs; get_header(); ! $tag_posttitle_single = get_option('mandigo_tag_posttitle_single'); ?> *************** *** 18,26 **** . If you don't use

s, adding
between paragraphs ! will do the trick as well. ! ! If you want to have an image float to the right, simply give it the "alignright" class, ! i.e. ... ! ! If you want to center an image, use the "centered" class instead, but this will only ! work with non-floating images, i.e. the kind around which text does not wrap. ! ! If you want text to wrap around SOME images, let text wrapping enabled, and add ! class="nowrap" to the img tags around which you don't want text to wrap, i.e. ! . Adding this class to a block container will make all its child ! images inherit this behaviour (useful for galleries). ! ! ** Border: ! Images in posts are surrounded by a border by default. While it is possible to disable ! them throughout the theme using the appropriate option, you can also override this ! behaviour on certain images by adding the "noborder" class to the img tag. ! ! ! ! === COLOR SCHEMES ====================================================================== ! ! Mandigo comes with seven different schemes which files can be found in the schemes/ ! directory: blue, green, orange, pink, purple, red & teal. ! ! The new schemes structure in version 1.26 allows for new schemes to be added. ! ! schemes ! `-- name # scheme name (eg. blue, green, ...) ! |-- images ! | |-- cal_bg.jpg # gradient behind date stamps ! | |-- comments.gif # comments icon ! | |-- edit.gif # edit icon ! | |-- head-1024.jpg # header image for 1024px ! | |-- head.jpg # header image for 800px ! | |-- rss_l.gif # large rss icon ! | |-- rss_l_hover.gif # large rss icon for rollover ! | |-- rss_s.gif # small rss icon ! | |-- search.gif # search icon ! | |-- search_hover.gif # search icon for rollover ! | `-- star.gif # widget bullet ! |-- preview.jpg # preview for the Theme Options page ! `-- style.css # style, colors ! ! ! If you want to create your own scheme, the easiets way is to make a copy of one of the ! default schemes, give the directory the desired name, and then replace the files with ! your own. ! ! All schemes detected by Mandigo (those for which style.css exists) will automatically ! appear on the Theme Options page, so they will also be included in the pool for the ! random scheme switching feature. This also allows for some schemes to be excluded from ! the random switching (delete the folder in schemes/ or rename its style.css). ! ! ** Upgrading from a pre-1.26 version: ! If you are upgrading from a previous version and you had made modifications to either ! a scheme stylesheet (eg. blue.css) or you had overwritten some of the default images, ! make sure you move these files to new appropriate directories. My advice would be to ! create a new scheme, even if yours is only slightly different from the default one, as ! this will make future upgrades even easier. ! ! Once your blog/site looks the same as it used to, we can safely delete these files/dirs: ! - stylesheets: blue.css, green.css, orange.css, pink.css, purple.css, read.css, teal.css ! - thumbnails: scheme-*.jpg ! - images sub-directories: images/blue/, images/green/, images/orange/, images/pink/, ! images/purple/, images/red/, images/teal/ ! ! ! ! === SEO OPTIONS ======================================================================== ! ! ** Custom schemes: ! The keywords in <title> tags being the most important factor in search engine ranking, ! it is important that to make these tags as relevant as possible. Mandigo has a feature ! that lets you customize <title> tags on a per-pagetype basis, which means you can use ! different naming patterns on the index, posts, pages, archives and search results. ! ! The following variables are available: ! %blogname% = the blog title ! %tagline% = the blog description ! %post% = the title of the current post or page ! %category% = the category for the current archive, or the list of categories for a post ! %date% = the date for the current archive ! %search% = the search terms ! ! Patterns can be a combination of arbitrary text and these variables, i.e. you could ! use "Welcome to %blogname%" for the index or "Archives for %category%" for archives. ! ! ** Custom HTML tags ! Another important factor to popular search engines is the use of keywords in headings, ! particulary the h1 and h2 elements, so wrapping relevant content in them is a good idea. ! ! Since the title and description of your blog may or may not be relevant to your content, ! Mandigo let's you choose which heading level you want to use for these elements. You can ! also do the same thing to the title of posts in single and multiple views, and to the ! title of some pages ('Search results', 'Archives', ..). ! ! Note that using a different kind ! of tag does not (should not, please report bugs) affect the styling at all. ! ! ! ! === LOCALIZATION ======================================================================= ! ! For instructions on how to use WordPress in your language, please read the following: ! http://codex.wordpress.org/Installing_WordPress_in_Your_Language ! ! The .mo files which come with Mandigo are complements to the .mo files that are used to ! translate the WordPress interface, as they contain the information needed to translate ! the parts that are specific to the theme. ! ! Once you have the WordPress interface set in your language, the Mandigo .mo file will ! be loaded automatically, provided it exists. ! ! If Mandigo has not been translated in your language and you are interested in helping ! with translation, please let me know by sending an email to tom@onehertz.com ! ! .po files are available at http://www.onehertz.com/portfolio/wordpress/mandigo/l10n/ ! ! ! ! === CREDITS ============================================================================ ! ! ** Translation Credits ! Arabic: Maxer ! Bahasa Indonesia: Benny Wu ! Bulgarian: Canko Balkanski ! Catalan: Sergi Barroso ! Chinese (Simplified): Hua Zhou ! Chinese (Traditional): Charles Low ! Czech: Milan Tucek ! Danish: Daniel Noesgaard Rasmussen ! Dutch: Ramsy de Vos ! French: Michel Bibal, David Sahli ! German: Michael Nickel, Ted Box ! Greek: Andrew Kontokanis ! Hebrew: Omry Yadan ! Hungarian: Horvath Zoltan ! Icelandic: Karl Kristjansson ! Italian: Sebastiano Cannata ! Japanese: Mitsuhiro Kanda ! Lithuanian: Simonas Kiela ! Malay: Intan Keristina ! Maltese: James Cauchi ! Norwegian: Torbjorn Blystad ! Polish: Mateusz Baran ! Portuguese (PT): Rodrigo Neves ! Portuguese (BR): Oscar Nogueira Neto ! Russian: Michael Dolgov ! Serbian: Aleksandar Duric ! Slovak: Marek, Marian Trnka ! Spanish: Juan Luis Perez Perez ! Swedish: Ulf Wrede, Johan ! Turkish: Mert Yabul ! Ukrainian: Gabriel Korzhos ! ! ** Photography Credits ! Blue Scheme: "Abstract Smoke" by Brian Lary: http://www.sxc.hu/profile/blary54 ! Red Scheme: "Energy 2" by Diane Miller: http://www.sxc.hu/profile/dinny ! Green Scheme: "Horizontal 2" by Lucretious: http://www.sxc.hu/profile/Lucretious ! 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 ! ! ** Other Credits ! "Silk" Iconset by Mark James: http//www.famfamfam.com/lab/icons/silk/ ! "IE5.5+ PNG Alpha Fix" by Angus Turnbull: http://www.twinhelix.com ! "jQuery" by John Resig: http://www.jquery.com ! ! ! === CHANGELOG ========================================================================== ! ! 1.28 ! + language: Bulgarian (bg_BG) ! * grammar fixes: French (fr_FR) ! * localized dates in comments ! * fixed empty uls validation errors on the front page (WP2.2+) ! * fixed duplicate ids validation errors in archives and search results ! * fixed archive pages for WP<2.3 and WPMU (check if is_tag() exists before calling it) ! * fixed images sometimes going out of post boundaries ! * fixed the Theme Editor which was still not working ! * removed the list bullet from the Tag Cloud ! * lots of minor changes and bugfixes (hi ArnWald) ! ! 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 ! * PNG transparency in IE is now handled by iepngfix.htc ! * more efficient image and object resizing in IE ! * restored Theme Editor functionality: schemes stylesheets are now named scheme.css ! * fixed some more HTML validation errors ! * fixed the label for Tags not displaying correctly ! * fixed the "Display tags after the content" option which couldn't be unset ! ! 1.26 ! + added support for WP 2.3 tags ! * color schemes now use a plugin-like structure, which means you can easily create new ! schemes or remove the ones you don't want to use with the random switcher. See ! upgrading notes. ! * dropped the switch to disable background patterns (select 'none' in menu instead) ! * fixed an HTML Insert (the "right before the content" one) not showing up ! * fixed the resizing of images and objects AGAIN ! * fixed various HTML validation errors ! * fixed shadow/stroke of blog description not using the correct font when a H1-H3 tag ! was used ! * fixed the fontsize for the Blogroll (which can't have a custom heading level btw) ! * fixed the README page not showing up correctly ! ! 1.25 ! + added options to select the heading level (h1-h6, div) of some important elements ! like the blog name & desc, title of posts, ... ! * language: switched to formal German, now using 'Sie' instead of 'Du' ! * automatically resize <objects> so they don't stretch the reading area ! * fixed the resizing of images and objects for the 1-column layout ! * .nowrap (previously .nofloat) can now be inherited from parent block elements ! ! 1.24 ! + language: Portuguese (pt_PT) ! + language: Ukrainian (ua_UA) ! + added an option to not show any sidebar at all (1-column layout) ! + added a field to select the background pattern from a list rather than type its name ! + added options to change the sidebars/posts background & border colors ! + added an option to display allowed XHTML tags above the comment field ! + added an option to align images to the right ! + added an option to disable justify alignment ! * finally fixed RSS feed links ! * fixed misplaced calendar captions in IE7 ! * fixed a problem that would cause the content column to shrink when it had too little ! text ! * fixed the color & positioning of H1 tags in posts ! ! 1.23 ! + language: Arabic (ar) ! + language: Catalan (ca_ES) ! + language: Chinese Simplified (zh_CN) ! + language: Hebrew (he_IL) ! + language: Lithuanian (lt_LT) ! + added support for right-to-left scripts (Hebrew & Arabic) ! + added options to customize the <title> tag on a per-pagetype basis ! + added an option to (slightly) highlight comments made by the author of a post ! * language: renamed zh_CN to zh_TW ! * alignment fixes for the sidebars and previous/next post navigation links ! * restored page templates functionnality ! ! 1.22 ! + language: Bahasa Indonesia (id_ID) ! + added an option to add a drop shadow to the blog name and tagline ! + added an option to display full search results ! + added a new HTML Insert container which displays before the content area ! + the name of the author now links to the author archives ! * custom header images would not work if the installation path contained spaces ! * columns are now displayed in a table, this should fix a lot of recurrent issues ! * the widecolumn class now spans the whole layout ! * finally made a decent archives page ! * images in attachments view mode are not floated anymore ! * Mandigo can now be installed in a directory of arbitrary depth ! ! 1.21 ! + added an option to number comments ! + added options to hide the blog name and description ! + added options to set the background pattern attachment/repeat/position ! + added an option to reduce the font size for the blog name (useful for looong titles) ! + added an option to disable the border around images ! * background patterns now have their own subdirectory, if you are using one, you will ! have to move it to images/patterns/ ! * fixed the issue with overlapping images in page view ! * fixed list bullets in posts which were displayed off stage in IE ! * fixed the overlapping footer bug in IE7 (hi Randy) ! * fixed more footer gap issues ! * the footer should also be resize-proof now ! ! 1.20.1 ! * fixed the 3-column layout option not being read by the stylesheet's fallback method ! * fixed the parsing of boolean options for WPMU ! * fixed the footer gap issue for good ! ! 1.20 ! + added an option to make the header 100px smaller in height ! * tested successfully with WordPress 2.2 ! * donation link now links to our NICE donation page *hint* *hint* ! * grammar fixes: Spanish (es_ES) ! * grammar fixes: Swedish (sv_SE) ! * WPMU friendly ! * fixed a javascript error occuring on pages without a sidebar ! * fixed a bug that would cause the translation for "Pages" to not show up correctly ! * fixed more Event Calendar alignment issues ! ! 1.19 ! + added an option to use random header images ! * fixed an incompatibility with older versions of MySQL ! * fixed an incompatibility with WordPress-MU ! ! 1.18 ! + per-page headers: you can now have a different header image on each page, see README ! + added an option to apply a black stroke to blog title and description for better ! readibility on lighter header images ! + added an option to restore the default background color ! * images larger than the reading area are now resized upon loading ! * fixed a bug that would cause the reading area background to not be completely shown ! * fixed EM tags not being displayed as italics even if the option was enabled ! * faster stylesheet serving: style.css.php now directly connects to the database instead ! of relying on WP ! * moved all browser-dependent content to style.css.php so that it's never cached ! ! 1.17 ! + implemented HTML Inserts, a feature that will hopefully make updates easier ! * grammar fixes: Slovak (sk) ! * fixed an issue that would cause the navigation links in single.php to not work when ! the "previous posts" widget was active ! * slightly increased the font size of H3 tags ! * restored smileys transparency ! * smaller stylesheet ! ! 1.16 ! + added the .googlemap class for use with Google Maps (restores image transparency) ! * grammar fixes: Hungarian (hu_HU) ! * reverted php short tags to standard tags (changes were not included in last update) ! * fixed the gap between header and reading area ! * fixed alignment issues with Opera ! * fixed alignment issues with the Event Calendar Plugin ! ! 1.15 ! + added an option to display EM tags as italics ! + language: Malay (ms) ! * reverted php short tags to standard tags ! * fixed previous/next navigation links on the home page ! * fixed various alignment issues ! * fixed some incompatibilities with earlier versions of WordPress ! ! 1.14 ! + added an option to use background patterns ! + added an option to set header navigation alignment ! + added an option to show sidebars even in single.php ! + language: Greek (el) ! + language: Icelandic (is_IS) ! + language: Maltese (mt_MT) ! * fixed the (lastminute) css warning in the header ! * pages in sidebar are now sorted according to menu_order ! ! 1.13.1 ! * fixed an issue which caused sidebars to overflow when the second sidebar was too long ! to fit the main area ! ! 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) ! + language: Danish (da_DK) ! + language: French (fr_FR) ! + language: Hungarian (hu_HU) ! + language: Slovak (sk) ! * localized dates ! * fixed calendar caption issue in Safari ! ! 1.11 ! + added an option to prevent images from float'ing ! + added an option to display stats (queries+rendering time) in the footer ! + language: Japanese (ja_EUC) ! + language: Norwegian (nb_NO) ! + language: Spanish (es_ES) ! * fixed not translated 'previous/next entries' links in index.php ! ! 1.10 ! + Mandigo is now fully localizable ! + language: Dutch (nl_NL) ! + language: German (de_DE) ! + language: Italian (it_IT) ! + language: Swedish (sv_SE) ! + language: Turkish (tr_TR) ! * fixed the nofloat class ! * fixed stylesheet not loading when pretty permalinks are enabled ! * fixed a bug that caused to wide version header images to always load ! ! 1.9 ! + by popular request, the theme is now available in two widths: 800px (default) and ! 1024px, hooray! ! + added an option to change schemes randomly ! * fixed non-clickable footer links issue in IE6 ! ! 1.8 ! + added an option to change the body background color ! * reworked the pages navigation ! - dropped the option to make the black stripe span multiple lines, now done with css ! * the theme now uses png files for the main aera decorations ! - deleted the extras/ subfolder ! * fixed the calendar caption issue ! * pages are now sorted according to menu_order rather than alphabeticaly ! * fixed some CSS warnings ! ! 1.7.1 ! * changed the color of links in the green and teal schemes ! * removed some duplicate files ! ! 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 ! * fine-tuned max-width for images in posts ! ! 1.5 ! + added the purple color scheme ! + added an option to change the date format ! + added an option to display a translucent black stripe over the header image for better ! readability ! * fixed some alignment issues in IE7 ! ! 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 ! ! 1.2 ! + added a 'Home' link to the pages (in the wordpress sense) ! * empty categories are now displayed as well ! * categories are now displayed in a hierarchical way ! ! 1.1 ! + added the README subpage to the Presentation subpanel ! * fixed a few minor glitches on IE7 ! ! 1.0 ! * first public release ! --- 1,586 ---- ! ! WWWWWW +WWWWW WWWW WWWW ! WWWWWW WWWWWW WWWW WWWW ! WWWWWW WWWWWW ,WWWW WWWW ! WWWWWW. WWWWWWW WWWW ! ,WWW#WW+ WWWWWWW ,WWWWWWW WWWW WWWWW WWWW:WWWW WWWW #WWWW WWWW +WWWWW# ! WWWW+WWW WWW,WWW+ WWWWWWWWWW WWWWWWWWWW: WWWWWWWWWW @WWW WWWWWWWWWWW WWWWWWWWW ! WWWW WWW WWW WWW WWWW WWWW. WWWWWWWWWWW WWWWWWWWWWW WWWW #WWWWWWWWWW+ WWWWWWWWWW. ! WWWW WWW*WW*.WWW , .WWW. WWWW WWWWW#WWWW WWWWW WWWW WWWW WWWW WWWW. ,WWWW ! WWW+ WWWWWW WWWW WWWWWWW #WWW* @WWW,WWWW +WWW* WWWW WWWW WWWW WWWW WWWW ! WWW WWWWWW WWWW WWWWWWWWWW WWWW WWWW WWWW WWWW WWWW.WWW* WWWW WWWW WWWW ! :WWW WWWWW WWWW WWWW WWWW WWWW WWWW WWWW WWWW .WWW*.WWWW :WWWW WWWW WWWW ! WWWW WWWWW WWW.WWWW .WWWW WWWW WWWW WWWW WWWWW WWWW WWWWWWWWWWW WWWW ,WWWW ! WWWW WWWW WWW WWWWW:WWWWW@ WWWW WWWW WWWWWWWWWWW WWWW WWWWWWWWWW. WWWWWWWWWW ! WWWW WWWW *WWW .WWWWWW.WWW+,WWW# .WWW# WWWWW:WWWW WWWW WWWW WWWW WWWWWWWW ! +++, +++: ++++ WWW: ++++++++ ++++ WWW +++. ++++ WWWW ,WWW# ! WWWW WWWW ! Designed by t0mmmmmmm, Dec 2006 WWWWWWWWWW ! http://www.onehertz.com/portfolio/wordpress/ WWWWWWWWW ! #WWWW ! ! ! === LICENSE ============================================================================ ! ! Mandigo is released under the GPL license terms. ! ! Customize the theme at will, but please do not modify the credits in the footer. ! ! ! ! === INSTALLATION ======================================================================= ! ! To add Mandigo to your WordPress installation, follow these basic steps: ! ! 1. Extract the files from the archive, preserving the directory structure. ! 2. Using an FTP client to access your host web server, create a directory to contain ! your theme in the wp-content/themes directory provided by WordPress ! (ie wp-content/themes/mandigo). ! 3. Upload the theme files to the new directory on your host server. ! 4. Log in to the WordPress Administration Panels. ! 5. Select the Presentation subpanel and click on the Mandigo screenshot. ! ! ! ! === SHOW YOUR SUPPORT ================================================================== ! ! 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 ! ! - make a donation using the link at the top of the Theme Options page: ! http://www.onehertz.com/portfolio/wordpress/donate/ ! ! - 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/url/e0a106d15b639607c3e02a375a821f67 ! ! Thank you for choosing Mandigo! ! ! ! ! === 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/ ! ! ! ! === HEADER IMAGES ====================================================================== ! ! ** Replacing Default Header Images ! If none of the headers satisfy your needs, just replace the contents of 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) with your own image. If you are using the wide layout, ! save your image as head-1024.jpg instead. ! ! You DO NOT have to modify the PNG files, as the JPG files are displayed ON TOP of them. ! ! For best results, resize your header image to the dimensions below: ! ! +-----------------------+ ! | Layout Width | ! +-----------+-----------+ ! | standard | wide | ! | 800px | 1024px | ! +--------+----------+-----------+-----------+ ! | | | | | ! | | standard | 737 x 226 | 961 x 226 | ! | Header | | | | ! | +----------+-----------+-----------+ ! | Height | | | | ! | | slim | 737 x 126 | 961 x 126 | ! | | | | | ! +--------+----------+-----------+-----------+ ! ! ** Per-Page Header Images: ! If you wish to have a different header image on a page, all you have to do is name it ! after the ID (not slug) of the page on which it should be displayed, and upload it to ! the images/headers/ folder, eg 'images/headers/412.jpg' if you want a custom image for ! post/page #412. ! ! Images should be saved as JPG and use the dimensions mentionned above. You can retrieve ! a page's ID from the administration interface, under Manage, Posts/Page. If the script ! can't find a custom header image, the default one is used instead. If there is more than ! one post on a page (default view, archives, search, ...), the ID of the first post to ! appear on the page will be used. ! ! ** Random Header Images: ! If the "Use random header images" option is enabled in the Theme Options page, AND a ! per-page header could not be found, Mandigo will use a random file from the ! images/headers/ folder. Valid file types are JPG, GIF, PNG and BMP. ! ! ! ! === IMAGES IN POSTS ==================================================================== ! ! ** Alignment: ! Text is set to wrap around images by default, however if you want to override this ! behaviour, there is an option ("Do not wrap text around images") to disable it. ! ! If you want text to be wrapped around images but have problems with short paragraphs ! messing up your posts, try adding the "clear" class to your p tag, i.e. ! <p class="clear">. If you don't use <p>s, adding <br class="clear" /> between paragraphs ! will do the trick as well. ! ! If you want to have an image float to the right, simply give it the "alignright" class, ! i.e. <img src="..." alt="..." class="alignright" /> ! ! If you want to center an image, use the "centered" class instead, but this will only ! work with non-floating images, i.e. the kind around which text does not wrap. ! ! If you want text to wrap around SOME images, let text wrapping enabled, and add ! class="nowrap" to the img tags around which you don't want text to wrap, i.e. ! <img class="nowrap" />. Adding this class to a block container will make all its child ! images inherit this behaviour (useful for galleries). ! ! ** Border: ! Images in posts are surrounded by a border by default. While it is possible to disable ! them throughout the theme using the appropriate option, you can also override this ! behaviour on certain images by adding the "noborder" class to the img tag. ! ! ! ! === COLOR SCHEMES ====================================================================== ! ! Mandigo comes with seven different schemes which files can be found in the schemes/ ! directory: blue, green, orange, pink, purple, red & teal. ! ! The new schemes structure in version 1.26 allows for new schemes to be added. ! ! schemes ! `-- name # scheme name (eg. blue, green, ...) ! |-- images ! | |-- cal_bg.jpg # gradient behind date stamps ! | |-- comments.gif # comments icon ! | |-- edit.gif # edit icon ! | |-- head-1024.jpg # header image for 1024px ! | |-- head.jpg # header image for 800px ! | |-- rss_l.gif # large rss icon ! | |-- rss_l_hover.gif # large rss icon for rollover ! | |-- rss_s.gif # small rss icon ! | |-- search.gif # search icon ! | |-- search_hover.gif # search icon for rollover ! | `-- star.gif # widget bullet ! |-- preview.jpg # preview for the Theme Options page ! `-- style.css # style, colors ! ! ! If you want to create your own scheme, the easiets way is to make a copy of one of the ! default schemes, give the directory the desired name, and then replace the files with ! your own. ! ! All schemes detected by Mandigo (those for which style.css exists) will automatically ! appear on the Theme Options page, so they will also be included in the pool for the ! random scheme switching feature. This also allows for some schemes to be excluded from ! the random switching (delete the folder in schemes/ or rename its style.css). ! ! ** Upgrading from a pre-1.26 version: ! If you are upgrading from a previous version and you had made modifications to either ! a scheme stylesheet (eg. blue.css) or you had overwritten some of the default images, ! make sure you move these files to new appropriate directories. My advice would be to ! create a new scheme, even if yours is only slightly different from the default one, as ! this will make future upgrades even easier. ! ! Once your blog/site looks the same as it used to, we can safely delete these files/dirs: ! - stylesheets: blue.css, green.css, orange.css, pink.css, purple.css, read.css, teal.css ! - thumbnails: scheme-*.jpg ! - images sub-directories: images/blue/, images/green/, images/orange/, images/pink/, ! images/purple/, images/red/, images/teal/ ! ! ! ! === SEO OPTIONS ======================================================================== ! ! ** Custom <title> schemes: ! The keywords in <title> tags being the most important factor in search engine ranking, ! it is important that to make these tags as relevant as possible. Mandigo has a feature ! that lets you customize <title> tags on a per-pagetype basis, which means you can use ! different naming patterns on the index, posts, pages, archives and search results. ! ! The following variables are available: ! %blogname% = the blog title ! %tagline% = the blog description ! %post% = the title of the current post or page ! %category% = the category for the current archive, or the list of categories for a post ! %date% = the date for the current archive ! %search% = the search terms ! ! Patterns can be a combination of arbitrary text and these variables, i.e. you could ! use "Welcome to %blogname%" for the index or "Archives for %category%" for archives. ! ! ** Custom HTML tags ! Another important factor to popular search engines is the use of keywords in headings, ! particulary the h1 and h2 elements, so wrapping relevant content in them is a good idea. ! ! Since the title and description of your blog may or may not be relevant to your content, ! Mandigo let's you choose which heading level you want to use for these elements. You can ! also do the same thing to the title of posts in single and multiple views, and to the ! title of some pages ('Search results', 'Archives', ..). ! ! Note that using a different kind of tag does not (should not, please report bugs) affect ! the look and feel at all. ! ! ! ! === LOCALIZATION ======================================================================= ! ! For instructions on how to use WordPress in your language, please read the following: ! http://codex.wordpress.org/Installing_WordPress_in_Your_Language ! ! The .mo files which come with Mandigo are complements to the .mo files that are used to ! translate the WordPress interface, as they contain the information needed to translate ! the parts that are specific to the theme. ! ! Once you have the WordPress interface set in your language, the Mandigo .mo file will ! be loaded automatically, provided it exists. ! ! If Mandigo has not been translated in your language and you are interested in helping ! with translation, please let me know by sending an email to tom@onehertz.com ! ! .po files are available at http://www.onehertz.com/portfolio/wordpress/mandigo/l10n/ ! ! ! ! === CREDITS ============================================================================ ! ! ** Translation Credits ! Arabic: Maxer ! Bahasa Indonesia: Benny Wu ! Bulgarian: Canko Balkanski ! Catalan: Sergi Barroso ! Chinese (Simplified): Hua Zhou ! Chinese (Traditional): Charles Low ! Croatian: Ivana Pavic ! Czech: Milan Tucek ! Danish: Daniel Noesgaard Rasmussen ! Dutch: Ramsy de Vos ! French: Michel Bibal, David Sahli ! German: Michael Nickel, Ted Box ! Greek: Andrew Kontokanis ! Hebrew: Omry Yadan ! Hungarian: Horvath Zoltan ! Icelandic: Karl Kristjansson ! Italian: Sebastiano Cannata ! Japanese: Mitsuhiro Kanda, Yamane Shinji ! Lithuanian: Simonas Kiela ! Malay: Intan Keristina ! Maltese: James Cauchi ! Norwegian: Torbjorn Blystad ! Polish: Mateusz Baran ! Portuguese (PT): Rodrigo Neves ! Portuguese (BR): Oscar Nogueira Neto ! Russian: Michael Dolgov ! Serbian: Aleksandar Duric ! Slovak: Marek, Marian Trnka ! Spanish: Juan Luis Perez Perez ! Swedish: Ulf Wrede, Johan ! Turkish: Mert Yabul ! Ukrainian: Gabriel Korzhos ! ! ** Photography Credits ! Blue Scheme: "Abstract Smoke" by Brian Lary: http://www.sxc.hu/profile/blary54 ! Red Scheme: "Energy 2" by Diane Miller: http://www.sxc.hu/profile/dinny ! Green Scheme: "Horizontal 2" by Lucretious: http://www.sxc.hu/profile/Lucretious ! 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 ! ! ** Other Credits ! "Silk" Iconset by Mark James: http//www.famfamfam.com/lab/icons/silk/ ! "IE5.5+ PNG Alpha Fix" by Angus Turnbull: http://www.twinhelix.com ! "jQuery" by John Resig: http://www.jquery.com ! ! ! === CHANGELOG ========================================================================== ! ! 1.29 ! + language: Croatian (hr) ! + language: Japanese UTF-8 (ja) ! + added an option to display trackbacks after the comments ! + added header/footer files for the WPG2 plugin ! + automatically load favicon.ico if it exists in the theme directory ! * text shadow & stroke are now applied on the fly: this is better for SEO as it removes ! some duplicated content ! * sidebars now appear after the content in the HTML code (better SEO) ! * fixed the scheme detection function for sites on which glob() is restricted ! * fixed a PHP error that occured with older versions of WP (2.1* and earlier) ! ! 1.28 ! + language: Bulgarian (bg_BG) ! * grammar fixes: French (fr_FR) ! * localized dates in comments ! * fixed empty uls validation errors on the front page (WP2.2+) ! * fixed duplicate ids validation errors in archives and search results ! * fixed archive pages for WP<2.3 and WPMU (check if is_tag() exists before calling it) ! * fixed images sometimes going out of post boundaries ! * fixed the Theme Editor which was still not working ! * removed the list bullet from the Tag Cloud ! * lots of minor changes and bugfixes (hi ArnWald) ! ! 1.27.1 ! * fixed incompatibilities with the prototype library ! ! 1.27 "It's moving!" ! + added controls to hide/show posts and sidebars ! * smaller PNG files ! * PNG transparency in IE is now handled by iepngfix.htc ! * more efficient image and object resizing in IE ! * restored Theme Editor functionality: schemes stylesheets are now named scheme.css ! * fixed some more HTML validation errors ! * fixed the label for Tags not displaying correctly ! * fixed the "Display tags after the content" option which couldn't be unset ! ! 1.26 ! + added support for WP 2.3 tags ! * color schemes now use a plugin-like structure, which means you can easily create new ! schemes or remove the ones you don't want to use with the random switcher. See ! upgrading notes. ! * dropped the switch to disable background patterns (select 'none' in menu instead) ! * fixed an HTML Insert (the "right before the content" one) not showing up ! * fixed the resizing of images and objects AGAIN ! * fixed various HTML validation errors ! * fixed shadow/stroke of blog description not using the correct font when a H1-H3 tag ! was used ! * fixed the fontsize for the Blogroll (which can't have a custom heading level btw) ! * fixed the README page not showing up correctly ! ! 1.25 ! + added options to select the heading level (h1-h6, div) of some important elements ! like the blog name & desc, title of posts, ... ! * language: switched to formal German, now using 'Sie' instead of 'Du' ! * automatically resize <objects> so they don't stretch the reading area ! * fixed the resizing of images and objects for the 1-column layout ! * .nowrap (previously .nofloat) can now be inherited from parent block elements ! ! 1.24 ! + language: Portuguese (pt_PT) ! + language: Ukrainian (ua_UA) ! + added an option to not show any sidebar at all (1-column layout) ! + added a field to select the background pattern from a list rather than type its name ! + added options to change the sidebars/posts background & border colors ! + added an option to display allowed XHTML tags above the comment field ! + added an option to align images to the right ! + added an option to disable justify alignment ! * finally fixed RSS feed links ! * fixed misplaced calendar captions in IE7 ! * fixed a problem that would cause the content column to shrink when it had too little ! text ! * fixed the color & positioning of H1 tags in posts ! ! 1.23 ! + language: Arabic (ar) ! + language: Catalan (ca_ES) ! + language: Chinese Simplified (zh_CN) ! + language: Hebrew (he_IL) ! + language: Lithuanian (lt_LT) ! + added support for right-to-left scripts (Hebrew & Arabic) ! + added options to customize the <title> tag on a per-pagetype basis ! + added an option to (slightly) highlight comments made by the author of a post ! * language: renamed zh_CN to zh_TW ! * alignment fixes for the sidebars and previous/next post navigation links ! * restored page templates functionnality ! ! 1.22 ! + language: Bahasa Indonesia (id_ID) ! + added an option to add a drop shadow to the blog name and tagline ! + added an option to display full search results ! + added a new HTML Insert container which displays before the content area ! + the name of the author now links to the author archives ! * custom header images would not work if the installation path contained spaces ! * columns are now displayed in a table, this should fix a lot of recurrent issues ! * the widecolumn class now spans the whole layout ! * finally made a decent archives page ! * images in attachments view mode are not floated anymore ! * Mandigo can now be installed in a directory of arbitrary depth ! ! 1.21 ! + added an option to number comments ! + added options to hide the blog name and description ! + added options to set the background pattern attachment/repeat/position ! + added an option to reduce the font size for the blog name (useful for looong titles) ! + added an option to disable the border around images ! * background patterns now have their own subdirectory, if you are using one, you will ! have to move it to images/patterns/ ! * fixed the issue with overlapping images in page view ! * fixed list bullets in posts which were displayed off stage in IE ! * fixed the overlapping footer bug in IE7 (hi Randy) ! * fixed more footer gap issues ! * the footer should also be resize-proof now ! ! 1.20.1 ! * fixed the 3-column layout option not being read by the stylesheet's fallback method ! * fixed the parsing of boolean options for WPMU ! * fixed the footer gap issue for good ! ! 1.20 ! + added an option to make the header 100px smaller in height ! * tested successfully with WordPress 2.2 ! * donation link now links to our NICE donation page *hint* *hint* ! * grammar fixes: Spanish (es_ES) ! * grammar fixes: Swedish (sv_SE) ! * WPMU friendly ! * fixed a javascript error occuring on pages without a sidebar ! * fixed a bug that would cause the translation for "Pages" to not show up correctly ! * fixed more Event Calendar alignment issues ! ! 1.19 ! + added an option to use random header images ! * fixed an incompatibility with older versions of MySQL ! * fixed an incompatibility with WordPress-MU ! ! 1.18 ! + per-page headers: you can now have a different header image on each page, see README ! + added an option to apply a black stroke to blog title and description for better ! readibility on lighter header images ! + added an option to restore the default background color ! * images larger than the reading area are now resized upon loading ! * fixed a bug that would cause the reading area background to not be completely shown ! * fixed EM tags not being displayed as italics even if the option was enabled ! * faster stylesheet serving: style.css.php now directly connects to the database instead ! of relying on WP ! * moved all browser-dependent content to style.css.php so that it's never cached ! ! 1.17 ! + implemented HTML Inserts, a feature that will hopefully make updates easier ! * grammar fixes: Slovak (sk) ! * fixed an issue that would cause the navigation links in single.php to not work when ! the "previous posts" widget was active ! * slightly increased the font size of H3 tags ! * restored smileys transparency ! * smaller stylesheet ! ! 1.16 ! + added the .googlemap class for use with Google Maps (restores image transparency) ! * grammar fixes: Hungarian (hu_HU) ! * reverted php short tags to standard tags (changes were not included in last update) ! * fixed the gap between header and reading area ! * fixed alignment issues with Opera ! * fixed alignment issues with the Event Calendar Plugin ! ! 1.15 ! + added an option to display EM tags as italics ! + language: Malay (ms) ! * reverted php short tags to standard tags ! * fixed previous/next navigation links on the home page ! * fixed various alignment issues ! * fixed some incompatibilities with earlier versions of WordPress ! ! 1.14 ! + added an option to use background patterns ! + added an option to set header navigation alignment ! + added an option to show sidebars even in single.php ! + language: Greek (el) ! + language: Icelandic (is_IS) ! + language: Maltese (mt_MT) ! * fixed the (lastminute) css warning in the header ! * pages in sidebar are now sorted according to menu_order ! ! 1.13.1 ! * fixed an issue which caused sidebars to overflow when the second sidebar was too long ! to fit the main area ! ! 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) ! + language: Danish (da_DK) ! + language: French (fr_FR) ! + language: Hungarian (hu_HU) ! + language: Slovak (sk) ! * localized dates ! * fixed calendar caption issue in Safari ! ! 1.11 ! + added an option to prevent images from float'ing ! + added an option to display stats (queries+rendering time) in the footer ! + language: Japanese (ja_EUC) ! + language: Norwegian (nb_NO) ! + language: Spanish (es_ES) ! * fixed not translated 'previous/next entries' links in index.php ! ! 1.10 ! + Mandigo is now fully localizable ! + language: Dutch (nl_NL) ! + language: German (de_DE) ! + language: Italian (it_IT) ! + language: Swedish (sv_SE) ! + language: Turkish (tr_TR) ! * fixed the nofloat class ! * fixed stylesheet not loading when pretty permalinks are enabled ! * fixed a bug that caused to wide version header images to always load ! ! 1.9 ! + by popular request, the theme is now available in two widths: 800px (default) and ! 1024px, hooray! ! + added an option to change schemes randomly ! * fixed non-clickable footer links issue in IE6 ! ! 1.8 ! + added an option to change the body background color ! * reworked the pages navigation ! - dropped the option to make the black stripe span multiple lines, now done with css ! * the theme now uses png files for the main aera decorations ! - deleted the extras/ subfolder ! * fixed the calendar caption issue ! * pages are now sorted according to menu_order rather than alphabeticaly ! * fixed some CSS warnings ! ! 1.7.1 ! * changed the color of links in the green and teal schemes ! * removed some duplicate files ! ! 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 ! * fine-tuned max-width for images in posts ! ! 1.5 ! + added the purple color scheme ! + added an option to change the date format ! + added an option to display a translucent black stripe over the header image for better ! readability ! * fixed some alignment issues in IE7 ! ! 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 ! ! 1.2 ! + added a 'Home' link to the pages (in the wordpress sense) ! * empty categories are now displayed as well ! * categories are now displayed in a hierarchical way ! ! 1.1 ! + added the README subpage to the Presentation subpanel ! * fixed a few minor glitches on IE7 ! ! 1.0 ! * first public release ! diff -c mandigo-1.28/archive.php mandigo-1.29/archive.php *** mandigo-1.28/archive.php 2007-10-13 09:49:02.000000000 -0400 --- mandigo-1.29/archive.php 2007-10-25 15:57:36.000000000 -0400 *************** *** 2,11 **** global $dirs; get_header(); ! if (!get_option('mandigo_nosidebars') && get_option('mandigo_sidebar1_left')) include (TEMPLATEPATH . '/sidebar.php'); ! if (!get_option('mandigo_nosidebars') && get_option('mandigo_1024') && get_option('mandigo_3columns') && get_option('mandigo_sidebar2_left')) { ! include (TEMPLATEPATH . '/sidebar2.php'); ! } $tag_posttitle_multi = get_option('mandigo_tag_posttitle_multi'); $tag_pagetitle = get_option('mandigo_tag_pagetitle' ); ?> --- 2,8 ---- global $dirs; get_header(); ! $tag_posttitle_multi = get_option('mandigo_tag_posttitle_multi'); $tag_pagetitle = get_option('mandigo_tag_pagetitle' ); ?> *************** *** 93,101 **** </td> <?php ! if (!get_option('mandigo_nosidebars') && !get_option('mandigo_sidebar1_left')) include (TEMPLATEPATH . '/sidebar.php'); ! if (!get_option('mandigo_nosidebars') && get_option('mandigo_1024') && get_option('mandigo_3columns') && !get_option('mandigo_sidebar2_left')) { ! include (TEMPLATEPATH . '/sidebar2.php'); } get_footer(); --- 90,98 ---- </td> <?php ! if (!get_option('mandigo_nosidebars')) { ! include (TEMPLATEPATH . '/sidebar.php'); ! if (get_option('mandigo_1024') && get_option('mandigo_3columns')) include (TEMPLATEPATH . '/sidebar2.php'); } get_footer(); diff -c mandigo-1.28/archives.php mandigo-1.29/archives.php *** mandigo-1.28/archives.php 2007-08-12 09:21:21.000000000 -0400 --- mandigo-1.29/archives.php 2007-10-25 15:57:37.000000000 -0400 *************** *** 5,14 **** ?> <?php get_header(); ! if (!get_option('mandigo_nosidebars') && get_option('mandigo_sidebar1_left')) include (TEMPLATEPATH . '/sidebar.php'); ! if (!get_option('mandigo_nosidebars') && get_option('mandigo_1024') && get_option('mandigo_3columns') && get_option('mandigo_sidebar2_left')) { ! include (TEMPLATEPATH . '/sidebar2.php'); ! } $tag_pagetitle = get_option('mandigo_tag_pagetitle' ); ?> <td id="content" class="narrowcolumn"> --- 5,11 ---- ?> <?php get_header(); ! $tag_pagetitle = get_option('mandigo_tag_pagetitle' ); ?> <td id="content" class="narrowcolumn"> *************** *** 31,39 **** </td> <?php ! if (!get_option('mandigo_nosidebars') && !get_option('mandigo_sidebar1_left')) include (TEMPLATEPATH . '/sidebar.php'); ! if (!get_option('mandigo_nosidebars') && get_option('mandigo_1024') && get_option('mandigo_3columns') && !get_option('mandigo_sidebar2_left')) { ! include (TEMPLATEPATH . '/sidebar2.php'); } get_footer(); --- 28,36 ---- </td> <?php ! if (!get_option('mandigo_nosidebars')) { ! include (TEMPLATEPATH . '/sidebar.php'); ! if (get_option('mandigo_1024') && get_option('mandigo_3columns')) include (TEMPLATEPATH . '/sidebar2.php'); } get_footer(); diff -c mandigo-1.28/attachment.php mandigo-1.29/attachment.php *** mandigo-1.28/attachment.php 2007-10-01 07:50:14.000000000 -0400 --- mandigo-1.29/attachment.php 2007-11-04 15:30:34.000000000 -0500 *************** *** 1,20 **** <?php get_header(); ! $alwayssidebars = get_option('mandigo_always_show_sidebars'); ! if ($alwayssidebars) { ! if (get_option('mandigo_sidebar1_left')) include (TEMPLATEPATH . '/sidebar.php'); ! if (get_option('mandigo_1024') && get_option('mandigo_3columns') && get_option('mandigo_sidebar2_left')) { ! include (TEMPLATEPATH . '/sidebar2.php'); ! } ! } $tag_pagetitle = get_option('mandigo_tag_pagetitle' ); ?> <td id="content" class="<?php echo ($alwayssidebars ? 'narrow' : 'wide'); ?>column"> ! <?php if (have_posts()) : while (have_posts()) : the_post(); ?> ! <?php $attachment_link = get_the_attachment_link($post->ID, true, array(450, 800)); // This also populates the iconsize for the next line ?> ! <?php $_post = &get_post($post->ID); $classname = ($_post->iconsize[0] <= 128 ? 'small' : '') . 'attachment'; // This lets us style narrow icons specially ?> <div class="post" id="post-<?php the_ID(); ?>"> <<?php echo $tag_pagetitle; ?> class="pagetitle"><a href="<?php echo get_permalink($post->post_parent); ?>" rel="attachment"><?php echo get_the_title($post->post_parent); ?></a> » <a href="<?php echo get_permalink() ?>" rel="bookmark" title="Permanent Link: <?php the_title(); ?>"><?php the_title(); ?></a></<?php echo $tag_pagetitle; ?>> <div class="entry"> --- 1,14 ---- <?php get_header(); ! $tag_pagetitle = get_option('mandigo_tag_pagetitle' ); ?> <td id="content" class="<?php echo ($alwayssidebars ? 'narrow' : 'wide'); ?>column"> ! <?php if (have_posts()) : while (have_posts()) : the_post(); ?> ! <?php $attachment_link = get_the_attachment_link($post->ID, true, array(450, 800)); // This also populates the iconsize for the next line ?> ! <?php $_post = &get_post($post->ID); $classname = ($_post->iconsize[0] <= 128 ? 'small' : '') . 'attachment'; // This lets us style narrow icons specially ?> <div class="post" id="post-<?php the_ID(); ?>"> <<?php echo $tag_pagetitle; ?> class="pagetitle"><a href="<?php echo get_permalink($post->post_parent); ?>" rel="attachment"><?php echo get_the_title($post->post_parent); ?></a> » <a href="<?php echo get_permalink() ?>" rel="bookmark" title="Permanent Link: <?php the_title(); ?>"><?php the_title(); ?></a></<?php echo $tag_pagetitle; ?>> <div class="entry"> *************** *** 60,69 **** </td> <?php ! if ($alwayssidebars) { ! if (!get_option('mandigo_sidebar1_left')) include (TEMPLATEPATH . '/sidebar.php'); ! if (get_option('mandigo_1024') && get_option('mandigo_3columns') && !get_option('mandigo_sidebar2_left')) { ! include (TEMPLATEPATH . '/sidebar2.php'); } } --- 54,63 ---- </td> <?php ! if (get_option('mandigo_always_show_sidebars')) { ! if (!get_option('mandigo_nosidebars')) { ! include (TEMPLATEPATH . '/sidebar.php'); ! if (get_option('mandigo_1024') && get_option('mandigo_3columns')) include (TEMPLATEPATH . '/sidebar2.php'); } } diff -c mandigo-1.28/comments.php mandigo-1.29/comments.php *** mandigo-1.28/comments.php 2007-10-13 10:12:11.000000000 -0400 --- mandigo-1.29/comments.php 2007-11-03 09:54:55.000000000 -0400 *************** *** 17,22 **** --- 17,23 ---- $oddcomment = 'alt'; $authorcomments = get_option('mandigo_author_comments'); $the_author = get_the_author(); + $a = ''; ?> <!-- You can start editing here. --> *************** *** 24,69 **** <?php if ($comments) : ?> <div id="comments"><?php comments_number(__('No Responses to ','mandigo'), __('One Response to ','mandigo'), __('% Responses to ','mandigo')); ?> “<?php the_title(); ?>”</div> ! <ol class="commentlist"> ! ! <?php foreach ($comments as $comment) : ?> ! ! <li class="<?php echo $oddcomment; ?><?php echo ($authorcomments && get_comment_author() == $the_author ? ' authorcomment' : ''); ?>" id="comment-<?php comment_ID() ?>"> ! <cite><?php printf(__('%s says:','mandigo'),comment_author_link()); ?></cite> ! <?php if ($comment->comment_approved == '0') : ?> ! <em><?php _e('Your comment is awaiting moderation.','mandigo'); ?></em> ! <?php endif; ?> ! <br /> ! ! <small class="commentmetadata"><a href="#comment-<?php comment_ID() ?>" title=""><?php printf(__('%s at %s','mandigo'),get_comment_date(__('F jS, Y','mandigo')),get_comment_time()); ?></a> <?php edit_comment_link(__('Edit','mandigo'),' - ',''); ?></small> ! <?php comment_text() ?> ! </li> ! <?php /* Changes every other comment to a different class */ ! if ('alt' == $oddcomment) $oddcomment = ''; ! else $oddcomment = 'alt'; ! ?> ! ! <?php endforeach; /* end for each comment */ ?> </ol> ! <?php else : // this is displayed if there are no comments so far ?> ! <?php if ('open' == $post->comment_status) : ?> ! <!-- If comments are open, but there are no comments. --> ! <?php else : // comments are closed ?> ! <!-- If comments are closed. --> <p class="nocomments"><?php _e('Comments are closed.','mandigo'); ?></p> ! <?php endif; ?> ! <?php endif; ?> ! ! <?php if ('open' == $post->comment_status) : ?> <div id="respond"><?php _e('Leave a Reply','mandigo'); ?></div> --- 25,90 ---- <?php if ($comments) : ?> <div id="comments"><?php comments_number(__('No Responses to ','mandigo'), __('One Response to ','mandigo'), __('% Responses to ','mandigo')); ?> “<?php the_title(); ?>”</div> ! <?php ! foreach ($comments as $comment): ! $comment_list_item = sprintf(' ! <li class="%s%s" id="comment-%s"> ! <cite>%s</cite> ! %s<br /> ! <small class="commentmetadata"><a href="#comment-%s" title="">%s</a> %s</small> ! %s ! </li>', ! $oddcomment, ! ($authorcomments && get_comment_author() == $the_author ? ' authorcomment' : ''), ! get_comment_ID(), ! sprintf(__('%s says:','mandigo'),get_comment_author_link()), ! ($comment->comment_approved == '0' ? '<em>'. __('Your comment is awaiting moderation.','mandigo') .'</em>' : ''), ! get_comment_ID(), ! sprintf(__('%s at %s','mandigo'),get_comment_date(__('F jS, Y','mandigo')),get_comment_time()), ! ' - '. apply_filters('edit_comment_link', '<a href="'. get_edit_comment_link() .'">'. __('Edit','mandigo') .'</a>', $comment->comment_ID), ! apply_filters('comment_text', get_comment_text()) ! ); ! ! if (get_option('mandigo_trackbacks_after') && $comment->comment_type == 'trackback'): ! $trackback_list .= $comment_list_item; ! else: ! $comment_list .= $comment_list_item; ! endif; ! if ('alt' == $oddcomment) $oddcomment = ''; ! else $oddcomment = 'alt'; ! endforeach; ! ?> + <ol class="commentlist"> + <?php echo $comment_list; ?> </ol> ! <?php ! if (get_option('mandigo_trackbacks_after') && $trackback_list): ! ?> ! <div id="trackbacks"><?php _e('Trackbacks','mandigo'); ?></div> ! <ol class="commentlist"> ! <?php echo $trackback_list; ?> ! </ol> ! <?php ! endif; ! else: // this is displayed if there are no comments so far ! if ('open' == $post->comment_status): // If comments are open, but there are no comments. ! else : // if comments are closed ! ?> <p class="nocomments"><?php _e('Comments are closed.','mandigo'); ?></p> ! <?php ! endif; ! endif; ! if ('open' == $post->comment_status): ! ?> <div id="respond"><?php _e('Leave a Reply','mandigo'); ?></div> diff -c mandigo-1.28/footer.php mandigo-1.29/footer.php *** mandigo-1.28/footer.php 2007-10-13 10:19:24.000000000 -0400 --- mandigo-1.29/footer.php 2007-10-25 15:57:37.000000000 -0400 *************** *** 69,74 **** --- 69,99 ---- jQuery(this).siblings().animate({ height: 'toggle', opacity: 'toggle' }, 1000); }); <?php endif; ?> + + <?php if (get_option('mandigo_drop_shadow')): ?> + jQuery('#blogname').after('<span class="blogname text-shadow">'+ jQuery('#blogname a').html() +"<\/span>"); + jQuery('#blogdesc').after('<span class="blogdesc text-shadow">'+ jQuery('#blogdesc' ).html() +'<\/span>'); + <?php endif; ?> + + <?php if (get_option('mandigo_stroke')): ?> + jQuery.each(['tl','tr','bl','br'],function() { + jQuery('#blogname').after('<span class="blogname text-stroke-'+ this +'">'+ jQuery('#blogname a').html() +'<\/span>'); + jQuery('#blogdesc').after('<span class="blogdesc text-stroke-'+ this +'">'+ jQuery('#blogdesc' ).html() +'<\/span>'); + }); + <?php endif; ?> + + <?php if (get_option('mandigo_sidebar1_left')): ?> + t = jQuery('#sidebar1').clone(); + jQuery('#sidebar1').remove(); + jQuery('td#content').before(t); + <?php endif; ?> + + <?php if (get_option('mandigo_sidebar2_left')): ?> + t = jQuery('#sidebar2').clone(); + jQuery('#sidebar2').remove(); + jQuery('td#content').before(t); + <?php endif; ?> + // ]]> --> </script> </body> diff -c mandigo-1.28/functions.php mandigo-1.29/functions.php *** mandigo-1.28/functions.php 2007-10-13 10:30:36.000000000 -0400 --- mandigo-1.29/functions.php 2007-11-29 16:54:17.000000000 -0500 *************** *** 14,24 **** // schemes $schemes = array(); ! foreach (glob($dirs['loc']['schemes'].'*/scheme.css') as $scheme) { ! if (preg_match('/\/schemes\/([^\/]+)\/scheme.css/',$scheme,$match)) { ! $schemes[] = $match[1]; } } // Set default values if (!get_option('mandigo_scheme') || !array_search(get_option('mandigo_scheme'),$schemes)) update_option('mandigo_scheme',$schemes[0]); --- 14,27 ---- // schemes $schemes = array(); ! if (($dir = opendir($dirs['loc']['schemes'])) !== false) { ! while (($node = readdir($dir)) !== false) { ! if (!preg_match('/^\.{1,2}$/',$node) && file_exists($dirs['loc']['schemes']."$node/scheme.css")) { ! $schemes[] = $node; ! } } } + sort($schemes); // Set default values if (!get_option('mandigo_scheme') || !array_search(get_option('mandigo_scheme'),$schemes)) update_option('mandigo_scheme',$schemes[0]); *************** *** 250,255 **** --- 253,259 ---- mandigo_set_var('tag_sidebar' ,$_POST['tag_sidebar'] ); mandigo_set_var('tags_after' ,$_POST['tags_after'] ); mandigo_set_var('no_animations' ,$_POST['no_animations'] ); + mandigo_set_var('trackbacks_after' ,$_POST['trackbacksafter'] ); } $exclude = split(",",get_option('mandigo_exclude_pages')); $scheme = get_option('mandigo_scheme' ); *************** *** 434,439 **** --- 438,453 ---- <br/> <fieldset class="options"> + <legend>Comments</legend> + <input type="checkbox" name="authorcomments" '. (get_option('mandigo_author_comments') ? 'checked="checked"' : '') .' /> Highlight comments made by the author of the current post<br /> + <input type="checkbox" name="numbercomments" '. (get_option('mandigo_number_comments') ? 'checked="checked"' : '') .' /> Number comments<br /> + <input type="checkbox" name="xhtmlcomments" '. (get_option('mandigo_xhtml_comments') ? 'checked="checked"' : '') .' /> Display allowed XHTML tags above the comment field<br /> + <input type="checkbox" name="trackbacksafter" '. (get_option('mandigo_trackbacks_after') ? 'checked="checked"' : '') .' /> Display trackbacks after the comments<br /><br /> + </fieldset> + + <br/> + + <fieldset class="options"> <legend>SEO Options</legend> <label><b>Custom <title> tags</b></label><br/> *************** *** 580,590 **** <input type="radio" name="dates" value="0" '. ($dates ? '' : 'checked="checked"') .' />dd/mm/yyyy   <input type="radio" name="dates" value="1" '. ($dates ? 'checked="checked"' : '') .' />month/dd/yyyy<br /><br /> - <label><b>Comments</b></label><br/> - <input type="checkbox" name="authorcomments" '. (get_option('mandigo_author_comments') ? 'checked="checked"' : '') .' /> Highlight comments made by the author of the current post<br /> - <input type="checkbox" name="numbercomments" '. (get_option('mandigo_number_comments') ? 'checked="checked"' : '') .' /> Number comments<br /> - <input type="checkbox" name="xhtmlcomments" '. (get_option('mandigo_xhtml_comments') ? 'checked="checked"' : '') .' /> Display allowed XHTML tags above the comment field<br /><br /> - <label><b>Really miscellaneous options</b></label><br/> <input type="checkbox" name="fullsearchresults" '. (get_option('mandigo_full_search_results') ? 'checked="checked"' : '') .' /> Display full search results, not just titles and metadata<br /> <input type="checkbox" name="footstats" '. (get_option('mandigo_footer_stats') ? 'checked="checked"' : '') .' /> Display rendering time and SQL statistics in the footer<br /> --- 594,599 ---- diff -c mandigo-1.28/header.php mandigo-1.29/header.php *** mandigo-1.28/header.php 2007-10-13 11:32:50.000000000 -0400 --- mandigo-1.29/header.php 2007-11-04 15:10:23.000000000 -0500 *************** *** 60,66 **** --- 60,72 ---- } } + + if (file_exists($dirs['loc']['theme']."favicon.ico")) $favicon = $dirs['www']['theme']."favicon.ico"; + + if ($favicon): ?> + <link rel="shortcut icon" href="<?php echo $favicon; ?>" type="image/x-icon" /> + <?php endif; ?> <link rel="stylesheet" href="<?php bloginfo('stylesheet_url'); ?>.php<?php echo ($noheaderimg ? '?noheaderimg' : '') ?>" type="text/css" media="screen" /> <link rel="stylesheet" href="<?php echo $dirs['www']['scheme']; ?>scheme.css" type="text/css" media="screen" /> <link rel="alternate" type="application/rss+xml" title="<?php bloginfo('name'); ?> RSS Feed" href="<?php bloginfo('rss2_url'); ?>" /> *************** *** 77,83 **** $bodytag = get_option('mandigo_inserts_body'); echo (preg_match("/<body/i",$bodytag) ? $bodytag : "<body>"); - $stroke = get_option('mandigo_stroke'); $tag_blogname = get_option('mandigo_tag_blogname'); $tag_blogdesc = get_option('mandigo_tag_blogdesc'); ?> --- 83,88 ---- *************** *** 87,117 **** <div id="header" class="png"> <div id="headerimg"> <?php if (!get_option('mandigo_hide_blogname')): ?> ! <<?php echo $tag_blogname; ?> class="blogname"><a href="<?php echo get_option('home'); ?>/"><?php bloginfo('name'); ?></a></<?php echo $tag_blogname; ?>> ! <?php if (get_option('mandigo_drop_shadow')): ?> ! <span class="blogname text-shadow"><?php bloginfo('name'); ?></span> ! <?php endif; ?> ! <?php if ($stroke): ?> ! <span class="blogname text-stroke-tl"><?php bloginfo('name'); ?></span> ! <span class="blogname text-stroke-tr"><?php bloginfo('name'); ?></span> ! <span class="blogname text-stroke-bl"><?php bloginfo('name'); ?></span> ! <span class="blogname text-stroke-br"><?php bloginfo('name'); ?></span> ! <?php ! endif; ! endif; ! ! if (!get_option('mandigo_hide_blogdesc') && get_bloginfo('description')): ! ?> ! <<?php echo $tag_blogdesc; ?> class="blogdesc"><?php bloginfo('description'); ?></<?php echo $tag_blogdesc; ?>> ! <?php if (get_option('mandigo_drop_shadow')): ?> ! <span class="blogdesc text-shadow"><?php bloginfo('description'); ?></span> ! <?php endif; ?> ! <?php if ($stroke): ?> ! <span class="blogdesc text-stroke-tl"><?php bloginfo('description'); ?></span> ! <span class="blogdesc text-stroke-tr"><?php bloginfo('description'); ?></span> ! <span class="blogdesc text-stroke-bl"><?php bloginfo('description'); ?></span> ! <span class="blogdesc text-stroke-br"><?php bloginfo('description'); ?></span> ! <?php endif; ?> <?php endif; ?> <ul class="pages<?php echo (get_option('mandigo_headoverlay') ? ' head_overlay' : ''); ?>"> <li class="page_item"><a href="<?php echo get_option('home'); ?>/"><?php _e('Home','mandigo'); ?></a></li> --- 92,101 ---- <div id="header" class="png"> <div id="headerimg"> <?php if (!get_option('mandigo_hide_blogname')): ?> ! <<?php echo $tag_blogname; ?> class="blogname" id="blogname"><a href="<?php echo get_option('home'); ?>/"><?php bloginfo('name'); ?></a></<?php echo $tag_blogname; ?>> ! <?php endif; ?> ! <?php if (!get_option('mandigo_hide_blogdesc') && get_bloginfo('description')): ?> ! <<?php echo $tag_blogdesc; ?> class="blogdesc" id="blogdesc"><?php bloginfo('description'); ?></<?php echo $tag_blogdesc; ?>> <?php endif; ?> <ul class="pages<?php echo (get_option('mandigo_headoverlay') ? ' head_overlay' : ''); ?>"> <li class="page_item"><a href="<?php echo get_option('home'); ?>/"><?php _e('Home','mandigo'); ?></a></li> Only in mandigo-1.29: hr.mo Common subdirectories: mandigo-1.28/images and mandigo-1.29/images diff -c mandigo-1.28/index.php mandigo-1.29/index.php *** mandigo-1.28/index.php 2007-10-01 08:14:43.000000000 -0400 --- mandigo-1.29/index.php 2007-10-30 19:30:18.000000000 -0400 *************** *** 2,18 **** global $dirs; get_header(); ! if (!get_option('mandigo_nosidebars') && get_option('mandigo_sidebar1_left')) include (TEMPLATEPATH . '/sidebar.php'); ! if (!get_option('mandigo_nosidebars') && get_option('mandigo_1024') && get_option('mandigo_3columns') && get_option('mandigo_sidebar2_left')) { ! include (TEMPLATEPATH . '/sidebar2.php'); ! } $tag_posttitle_multi = get_option('mandigo_tag_posttitle_multi'); $tag_pagetitle = get_option('mandigo_tag_pagetitle' ); global $wp_registered_sidebars; ! foreach ($wp_registered_sidebars as $key => $value) { ! if ($value['name'] == 'Mandigo Top') { $index_mandigo_top = $key; } ! if ($value['name'] == 'Mandigo Bottom') { $index_mandigo_bottom = $key; } } if (function_exists(wp_get_sidebars_widgets)) $sidebars_widgets = wp_get_sidebars_widgets(); --- 2,17 ---- global $dirs; get_header(); ! $tag_posttitle_multi = get_option('mandigo_tag_posttitle_multi'); $tag_pagetitle = get_option('mandigo_tag_pagetitle' ); global $wp_registered_sidebars; ! if ($wp_registered_sidebars) { ! foreach ($wp_registered_sidebars as $key => $value) { ! if ($value['name'] == 'Mandigo Top') { $index_mandigo_top = $key; } ! if ($value['name'] == 'Mandigo Bottom') { $index_mandigo_bottom = $key; } ! } } if (function_exists(wp_get_sidebars_widgets)) $sidebars_widgets = wp_get_sidebars_widgets(); *************** *** 79,87 **** </td> <?php ! if (!get_option('mandigo_nosidebars') && !get_option('mandigo_sidebar1_left')) include (TEMPLATEPATH . '/sidebar.php'); ! if (!get_option('mandigo_nosidebars') && get_option('mandigo_1024') && get_option('mandigo_3columns') && !get_option('mandigo_sidebar2_left')) { ! include (TEMPLATEPATH . '/sidebar2.php'); } get_footer(); --- 78,86 ---- </td> <?php ! if (!get_option('mandigo_nosidebars')) { ! include (TEMPLATEPATH . '/sidebar.php'); ! if (get_option('mandigo_1024') && get_option('mandigo_3columns')) include (TEMPLATEPATH . '/sidebar2.php'); } get_footer(); Only in mandigo-1.29: ja.mo Common subdirectories: mandigo-1.28/js and mandigo-1.29/js diff -c mandigo-1.28/links.php mandigo-1.29/links.php *** mandigo-1.28/links.php 2007-08-12 09:21:32.000000000 -0400 --- mandigo-1.29/links.php 2007-10-25 15:57:37.000000000 -0400 *************** *** 5,17 **** ?> <?php get_header(); ! $alwayssidebars = get_option('mandigo_always_show_sidebars'); ! if ($alwayssidebars) { ! if (!get_option('mandigo_nosidebars') && get_option('mandigo_sidebar1_left')) include (TEMPLATEPATH . '/sidebar.php'); ! if (!get_option('mandigo_nosidebars') && get_option('mandigo_1024') && get_option('mandigo_3columns') && get_option('mandigo_sidebar2_left')) { ! include (TEMPLATEPATH . '/sidebar2.php'); ! } ! } $tag_pagetitle = get_option('mandigo_tag_pagetitle' ); ?> <td id="content" class="<?php echo ($alwayssidebars ? 'narrow' : 'wide'); ?>column"> --- 5,11 ---- ?> <?php get_header(); ! $tag_pagetitle = get_option('mandigo_tag_pagetitle' ); ?> <td id="content" class="<?php echo ($alwayssidebars ? 'narrow' : 'wide'); ?>column"> *************** *** 26,35 **** </td> <?php ! if ($alwayssidebars) { ! if (!get_option('mandigo_nosidebars') && !get_option('mandigo_sidebar1_left')) include (TEMPLATEPATH . '/sidebar.php'); ! if (!get_option('mandigo_nosidebars') && get_option('mandigo_1024') && get_option('mandigo_3columns') && !get_option('mandigo_sidebar2_left')) { ! include (TEMPLATEPATH . '/sidebar2.php'); } } --- 20,29 ---- </td> <?php ! if (get_option('mandigo_always_show_sidebars')) { ! if (!get_option('mandigo_nosidebars')) { ! include (TEMPLATEPATH . '/sidebar.php'); ! if (get_option('mandigo_1024') && get_option('mandigo_3columns')) include (TEMPLATEPATH . '/sidebar2.php'); } } diff -c mandigo-1.28/page.php mandigo-1.29/page.php *** mandigo-1.28/page.php 2007-09-30 13:48:17.000000000 -0400 --- mandigo-1.29/page.php 2007-10-25 15:57:36.000000000 -0400 *************** *** 2,11 **** global $dirs; get_header(); ! if (!get_option('mandigo_nosidebars') && get_option('mandigo_sidebar1_left')) include (TEMPLATEPATH . '/sidebar.php'); ! if (!get_option('mandigo_nosidebars') && get_option('mandigo_1024') && get_option('mandigo_3columns') && get_option('mandigo_sidebar2_left')) { ! include (TEMPLATEPATH . '/sidebar2.php'); ! } $tag_posttitle_single = get_option('mandigo_tag_posttitle_single'); ?> <td id="content" class="narrowcolumn"> --- 2,8 ---- global $dirs; get_header(); ! $tag_posttitle_single = get_option('mandigo_tag_posttitle_single'); ?> <td id="content" class="narrowcolumn"> *************** *** 31,39 **** </td> <?php ! if (!get_option('mandigo_nosidebars') && !get_option('mandigo_sidebar1_left')) include (TEMPLATEPATH . '/sidebar.php'); ! if (!get_option('mandigo_nosidebars') && get_option('mandigo_1024') && get_option('mandigo_3columns') && !get_option('mandigo_sidebar2_left')) { ! include (TEMPLATEPATH . '/sidebar2.php'); } get_footer(); --- 28,36 ---- </td> <?php ! if (!get_option('mandigo_nosidebars')) { ! include (TEMPLATEPATH . '/sidebar.php'); ! if (get_option('mandigo_1024') && get_option('mandigo_3columns')) include (TEMPLATEPATH . '/sidebar2.php'); } get_footer(); Common subdirectories: mandigo-1.28/schemes and mandigo-1.29/schemes diff -c mandigo-1.28/search.php mandigo-1.29/search.php *** mandigo-1.28/search.php 2007-10-01 07:44:51.000000000 -0400 --- mandigo-1.29/search.php 2007-10-25 15:57:37.000000000 -0400 *************** *** 1,9 **** <?php get_header(); ! if (!get_option('mandigo_nosidebars') && get_option('mandigo_sidebar1_left')) include (TEMPLATEPATH . '/sidebar.php'); ! if (!get_option('mandigo_nosidebars') && get_option('mandigo_1024') && get_option('mandigo_3columns') && get_option('mandigo_sidebar2_left')) { ! include (TEMPLATEPATH . '/sidebar2.php'); ! } $tag_posttitle_multi = get_option('mandigo_tag_posttitle_multi'); $tag_pagetitle = get_option('mandigo_tag_pagetitle' ); ?> --- 1,6 ---- <?php get_header(); ! $tag_posttitle_multi = get_option('mandigo_tag_posttitle_multi'); $tag_pagetitle = get_option('mandigo_tag_pagetitle' ); ?> *************** *** 57,65 **** </td> <?php ! if (!get_option('mandigo_nosidebars') && !get_option('mandigo_sidebar1_left')) include (TEMPLATEPATH . '/sidebar.php'); ! if (!get_option('mandigo_nosidebars') && get_option('mandigo_1024') && get_option('mandigo_3columns') && !get_option('mandigo_sidebar2_left')) { ! include (TEMPLATEPATH . '/sidebar2.php'); } get_footer(); --- 54,62 ---- </td> <?php ! if (!get_option('mandigo_nosidebars')) { ! include (TEMPLATEPATH . '/sidebar.php'); ! if (get_option('mandigo_1024') && get_option('mandigo_3columns')) include (TEMPLATEPATH . '/sidebar2.php'); } get_footer(); diff -c mandigo-1.28/single.php mandigo-1.29/single.php *** mandigo-1.28/single.php 2007-09-30 13:48:43.000000000 -0400 --- mandigo-1.29/single.php 2007-10-25 15:57:37.000000000 -0400 *************** *** 1,12 **** <?php get_header(); ! $alwayssidebars = get_option('mandigo_always_show_sidebars'); ! if ($alwayssidebars) { ! if (!get_option('mandigo_nosidebars') && get_option('mandigo_sidebar1_left')) include (TEMPLATEPATH . '/sidebar.php'); ! if (!get_option('mandigo_nosidebars') && get_option('mandigo_1024') && get_option('mandigo_3columns') && get_option('mandigo_sidebar2_left')) { ! include (TEMPLATEPATH . '/sidebar2.php'); ! } ! } $tag_posttitle_single = get_option('mandigo_tag_posttitle_single'); $tag_pagetitle = get_option('mandigo_tag_pagetitle' ); ?> --- 1,6 ---- <?php get_header(); ! $tag_posttitle_single = get_option('mandigo_tag_posttitle_single'); $tag_pagetitle = get_option('mandigo_tag_pagetitle' ); ?> *************** *** 86,95 **** </td> <?php ! if ($alwayssidebars) { ! if (!get_option('mandigo_nosidebars') && !get_option('mandigo_sidebar1_left')) include (TEMPLATEPATH . '/sidebar.php'); ! if (!get_option('mandigo_nosidebars') && get_option('mandigo_1024') && get_option('mandigo_3columns') && !get_option('mandigo_sidebar2_left')) { ! include (TEMPLATEPATH . '/sidebar2.php'); } } --- 80,89 ---- </td> <?php ! if (get_option('mandigo_always_show_sidebars')) { ! if (!get_option('mandigo_nosidebars')) { ! include (TEMPLATEPATH . '/sidebar.php'); ! if (get_option('mandigo_1024') && get_option('mandigo_3columns')) include (TEMPLATEPATH . '/sidebar2.php'); } } diff -c mandigo-1.28/style.css mandigo-1.29/style.css *** mandigo-1.28/style.css 2007-10-10 16:25:47.000000000 -0400 --- mandigo-1.29/style.css 2007-10-25 15:57:36.000000000 -0400 *************** *** 1,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 32 languages! ! Version: 1.28 Author: t0mmmmmmm Author URI: http://www.onehertz.com/portfolio/wordpress/ */ --- 1,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 33 languages! ! Version: 1.29 Author: t0mmmmmmm Author URI: http://www.onehertz.com/portfolio/wordpress/ */ diff -c mandigo-1.28/style.css.php mandigo-1.29/style.css.php *** mandigo-1.28/style.css.php 2007-10-13 10:54:25.000000000 -0400 --- mandigo-1.29/style.css.php 2007-11-29 17:42:06.000000000 -0500 *************** *** 116,122 **** margin-top: 60px; } ! .posttitle, #comments, #respond { font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif; font-weight: bold; font-size: 1.6em; --- 116,122 ---- margin-top: 60px; } ! .posttitle, #comments, #respond, #trackbacks { font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif; font-weight: bold; font-size: 1.6em; *************** *** 429,437 **** display: inline; } ! .alignright { float: right; } ! .alignleft { float: left } /* End Images */ --- 429,437 ---- display: inline; } ! .alignright { float: right !important; } ! .alignleft { float: left !important; } /* End Images */ Only in mandigo-1.29: wpg2footer.php Only in mandigo-1.29: wpg2header.php