1
0
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:
Lóna Lore
2016-03-29 14:17:29 +02:00
parent c54cc47832
commit 111454bb87
10 changed files with 663 additions and 409 deletions

View File

@@ -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);