mirror of
https://github.com/e107inc/e107.git
synced 2025-08-14 02:24:08 +02:00
Gallery preferences and fixes.
This commit is contained in:
14
e107_plugins/gallery/slideshow_menu.php
Normal file
14
e107_plugins/gallery/slideshow_menu.php
Normal file
@@ -0,0 +1,14 @@
|
||||
<?php
|
||||
/*
|
||||
* Copyright (c) 2012 e107 Inc e107.org, Licensed under GNU GPL (http://www.gnu.org/licenses/gpl.txt)
|
||||
* $Id: e_shortcode.php 12438 2011-12-05 15:12:56Z secretr $
|
||||
*
|
||||
* Gallery Template
|
||||
*/
|
||||
if (!defined('e107_INIT')) { exit; }
|
||||
|
||||
$text = e107::getParser()->parseTemplate("{GALLERY_SLIDESHOW}");
|
||||
e107::getRender()->tablerender("Gallery",$text,'gallery_slideshow');
|
||||
unset($text);
|
||||
|
||||
?>
|
Reference in New Issue
Block a user