1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-11 17:14:42 +02:00

Carousel/Slideshow support added. Use: {GALLERY_SLIDESHOW=X} X = Gallery Category No.

This commit is contained in:
CaMer0n
2012-04-25 03:21:02 +00:00
parent dba6258f59
commit c6158bb443
7 changed files with 190 additions and 19 deletions

View File

@@ -8,7 +8,10 @@
if (!defined('e107_INIT')) { exit; }
/*
// SEE e_shortcode.php instead.
class gallery_shortcodes extends e_shortcode
{
@@ -64,3 +67,4 @@ class gallery_shortcodes extends e_shortcode
}
*/