Changeset 1400645
- Timestamp:
- 04/20/2016 06:17:29 PM (10 years ago)
- Location:
- fotoexpose
- Files:
-
- 9 edited
- 2 copied
-
tags/1.0.3.1 (copied) (copied from fotoexpose/trunk)
-
tags/1.0.3.1/css/fe_gallery.css (modified) (1 diff)
-
tags/1.0.3.1/fotoexpose.php (modified) (1 diff)
-
tags/1.0.3.1/images/play.gif (modified) (previous)
-
tags/1.0.3.1/includes/views/fotoexpose-view.php (modified) (1 diff)
-
tags/1.0.3.1/readme.txt (copied) (copied from fotoexpose/trunk/readme.txt) (1 diff)
-
trunk/css/fe_gallery.css (modified) (1 diff)
-
trunk/fotoexpose.php (modified) (1 diff)
-
trunk/images/play.gif (modified) (previous)
-
trunk/includes/views/fotoexpose-view.php (modified) (1 diff)
-
trunk/readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
fotoexpose/tags/1.0.3.1/css/fe_gallery.css
r1200696 r1400645 35 35 .fe-playing { 36 36 margin-right: 6px; 37 position: relative; 38 top: -2px; 37 39 } 38 40 #fe-previous { -
fotoexpose/tags/1.0.3.1/fotoexpose.php
r1200696 r1400645 4 4 Plugin URI: http://www.rgbmedium.com 5 5 Description: A simple and clean way to show off your images. No need for people to page through your gallery as FotoExposé keeps it all on one page. A thumbnail indicator lets users know exactly what image they are viewing. FotoExposé has a automatic slideshow displaying each image at a specific interval. Your images deserve the best presentation and we think you are going to love FotoExposé, 6 Version: 1.0.3. 06 Version: 1.0.3.1 7 7 Author: RGB Medium 8 8 Author URI: www.linkedin.com/pub/mark-tank/42/93/7b4/ -
fotoexpose/tags/1.0.3.1/includes/views/fotoexpose-view.php
r1200696 r1400645 7 7 public static function render($thumbs) { 8 8 9 $playgif = plugins_url(' ../images/play.gif', __FILE__);9 $playgif = plugins_url('fotoexpose/images/play.gif'); 10 10 11 $loading = plugins_url(' ../images/loading.gif', __FILE__);11 $loading = plugins_url('fotoexpose/images/loading.gif'); 12 12 13 13 $html = "<div id=\"fe-container\"> -
fotoexpose/tags/1.0.3.1/readme.txt
r1200700 r1400645 4 4 Donate link: http://rgbmedium.com/?p=fotoexpose 5 5 Requires at least: 4.1.1 6 Tested up to: 4. 1.17 Stable tag: 1.0.3. 06 Tested up to: 4.5.0 7 Stable tag: 1.0.3.1 8 8 License: GPLv2 or later 9 9 -
fotoexpose/trunk/css/fe_gallery.css
r1200696 r1400645 35 35 .fe-playing { 36 36 margin-right: 6px; 37 position: relative; 38 top: -2px; 37 39 } 38 40 #fe-previous { -
fotoexpose/trunk/fotoexpose.php
r1200696 r1400645 4 4 Plugin URI: http://www.rgbmedium.com 5 5 Description: A simple and clean way to show off your images. No need for people to page through your gallery as FotoExposé keeps it all on one page. A thumbnail indicator lets users know exactly what image they are viewing. FotoExposé has a automatic slideshow displaying each image at a specific interval. Your images deserve the best presentation and we think you are going to love FotoExposé, 6 Version: 1.0.3. 06 Version: 1.0.3.1 7 7 Author: RGB Medium 8 8 Author URI: www.linkedin.com/pub/mark-tank/42/93/7b4/ -
fotoexpose/trunk/includes/views/fotoexpose-view.php
r1200696 r1400645 7 7 public static function render($thumbs) { 8 8 9 $playgif = plugins_url(' ../images/play.gif', __FILE__);9 $playgif = plugins_url('fotoexpose/images/play.gif'); 10 10 11 $loading = plugins_url(' ../images/loading.gif', __FILE__);11 $loading = plugins_url('fotoexpose/images/loading.gif'); 12 12 13 13 $html = "<div id=\"fe-container\"> -
fotoexpose/trunk/readme.txt
r1200700 r1400645 4 4 Donate link: http://rgbmedium.com/?p=fotoexpose 5 5 Requires at least: 4.1.1 6 Tested up to: 4. 1.17 Stable tag: 1.0.3. 06 Tested up to: 4.5.0 7 Stable tag: 1.0.3.1 8 8 License: GPLv2 or later 9 9
Note: See TracChangeset
for help on using the changeset viewer.