Changeset 588322
- Timestamp:
- 08/21/2012 01:26:11 PM (14 years ago)
- File:
-
- 1 edited
-
mosaic-generator/trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
mosaic-generator/trunk/readme.txt
r588320 r588322 11 11 == Description == 12 12 13 * Plugin creates mosaic from all images of the site and places it in any part of website. You can configure all options. You can generate mosaic in html code with some images or in one big images. 13 * Plugin creates mosaic from all images of the site and places it in any part of website. You can configure all options. You can generate mosaic in html code with some images or in one big images. 14 14 * Плагин создает мозайку из изображений Вашего сайта. Вы можете настраивать его под верстку. 15 16 = Recent Releases = 17 * Version 1.0 Initial version of Mosaic generator 15 18 16 19 == Installation == … … 18 21 1. Upload plugin files to the `/wp-content/plugins/` directory.<br> 19 22 2. Activate the plugin through the 'Plugins' menu in WordPress.<br> 20 3. Paste this code between the end of "header" and "content" or in another place of your templates: <?php mosaic_generator();?><br> 23 3. Paste code between the end of "header" and "content" or in another place of your templates: 24 <pre><code class="php"><?php mosaic_generator();?></code></pre> 21 25 <br> 22 26 1. Загрузите файлы плагина в директорию `/wp-content/plugins/`.<br>
Note: See TracChangeset
for help on using the changeset viewer.