mirror of
https://github.com/e107inc/e107.git
synced 2025-08-14 18:44:27 +02:00
Moved harcoded texts to LAN files. Use "Images per page" pref instead of hardcoded amount.
This commit is contained in:
@@ -31,6 +31,6 @@ $settings = array(
|
||||
e107::js('settings', array('gallery' => $settings));
|
||||
|
||||
$text = e107::getParser()->parseTemplate("{GALLERY_SLIDESHOW}");
|
||||
e107::getRender()->tablerender("Gallery", $text, 'gallery_slideshow');
|
||||
e107::getRender()->tablerender(LAN_PLUGIN_GALLERY_TITLE, $text, 'gallery_slideshow');
|
||||
unset($text);
|
||||
unset($gp);
|
||||
|
Reference in New Issue
Block a user