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

Gallery - more template slideshow control

This commit is contained in:
secretr
2012-08-30 13:41:04 +00:00
parent f39f7fe936
commit c90b8aee4b
2 changed files with 21 additions and 9 deletions

View File

@@ -7,6 +7,8 @@
*/
if (!defined('e107_INIT')) { exit; }
e107::plugLan('gallery', 'front');
$text = e107::getParser()->parseTemplate("{GALLERY_SLIDESHOW}");
e107::getRender()->tablerender("Gallery",$text,'gallery_slideshow');
unset($text);