diff -rc mandigo-1.33.1/README.txt mandigo-1.33/README.txt
*** mandigo-1.33.1/README.txt 2008-04-28 08:56:54.000000000 -0400
--- mandigo-1.33/README.txt 2008-04-27 17:20:08.000000000 -0400
***************
*** 62,68 ****
If you did modify some PHP files, you will have to reapply the same modifications to
new theme files. Please note that most modifications, such as including some javascript
or some style rules can be done using the HTML Inserts feature (see the tab next to
! "Theme Options" in your WP dashboard).
Remember it's always a good thing to backup your files prior to updating. Even if you
don't remember changing a file, just download the full theme folder from your hosting
--- 62,68 ----
If you did modify some PHP files, you will have to reapply the same modifications to
new theme files. Please note that most modifications, such as including some javascript
or some style rules can be done using the HTML Inserts feature (see the tab next to
! "Theme Options" in you WP dashboard).
Remember it's always a good thing to backup your files prior to updating. Even if you
don't remember changing a file, just download the full theme folder from your hosting
***************
*** 168,176 ****
=== IMAGES IN POSTS ====================================================================
- The following section will eventually be better explained on the Mandigo wiki
- http://wiki.onehertz.com/WordPress/Mandigo
-
** 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.
--- 168,173 ----
***************
*** 183,197 ****
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 "aligncenter" class instead. Note however that
! text can't be wrapped around centered images, and that such aligned images occupy a
! full line. This implies that if you want to have more than one picture side by side but
! aligned to the center, you will have to apply the "alignnone" class to them, and wrap
! them in a centered container, i.e.
!
!
!
!
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.
--- 180,187 ----
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.
***************
*** 351,360 ****
=== CHANGELOG ==========================================================================
- 1.33.1
- * added an option to wrap one paragraph at most
- * moved image control options from misc to posts
-
1.33
+ language: Slovenian (sl_SI)
+ added an option to disable submenus in header navigation
--- 341,346 ----
diff -rc mandigo-1.33.1/functions.php mandigo-1.33/functions.php
*** mandigo-1.33.1/functions.php 2008-04-28 08:56:54.000000000 -0400
--- mandigo-1.33/functions.php 2008-04-27 17:20:08.000000000 -0400
***************
*** 405,411 ****
mandigo_set_var('date_format' ,$_POST['date_format'] );
mandigo_set_var('no_submenus' ,$_POST['no_submenus'] );
mandigo_set_var('disable_comment_gravatars' ,$_POST['comment_gravatars'] );
- mandigo_set_var('clear_all_paragraphs' ,$_POST['clear_all_paragraphs'] );
}
// store some of the options in variables (some = the ones we will use more than once)
--- 405,410 ----
***************
*** 666,678 ****
-
-
- Clear all paragraphs (wraps text of one paragraph at most)
- Do not wrap text around images at all
- Align images to the right (requires text wrapping)
- Display images without a border