Changeset 588326
- Timestamp:
- 08/21/2012 01:35:31 PM (14 years ago)
- Location:
- mosaic-generator/tags/1.0
- Files:
-
- 2 edited
-
mosaic_generator.php (modified) (1 diff)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
mosaic-generator/tags/1.0/mosaic_generator.php
r588314 r588326 4 4 Plugin URI: http://omelchuck.ru 5 5 Description: Creates mosaic from all images of the site and places it in any part of website. 6 Version: 1.0 .06 Version: 1.0 7 7 Author: ODiN 8 8 Author URI: http://omelchuck.ru -
mosaic-generator/tags/1.0/readme.txt
r588314 r588326 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. 14 <br> 15 Плагин создает мозайку из изображений Вашего сайта. Вы можете настраивать его под верстку. 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 * Плагин создает мозайку из изображений Вашего сайта. Вы можете настраивать его под верстку. 15 16 = Recent Releases = 17 * Version 1.0 Initial version of Mosaic generator 16 18 17 19 == Installation == … … 19 21 1. Upload plugin files to the `/wp-content/plugins/` directory.<br> 20 22 2. Activate the plugin through the 'Plugins' menu in WordPress.<br> 21 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> 22 25 <br> 23 26 1. Загрузите файлы плагина в директорию `/wp-content/plugins/`.<br>
Note: See TracChangeset
for help on using the changeset viewer.