1
0
mirror of https://github.com/e107inc/e107.git synced 2025-01-18 05:09:05 +01:00

Update theme_shortcodes.php

This commit is contained in:
Gábor 2017-01-18 14:22:31 +01:00 committed by GitHub
parent 7bf52ff850
commit 951d91ba11

View File

@ -171,7 +171,7 @@ class theme_shortcodes extends e_shortcode
$text .= "</div>";
$text .= $frm->close();
$caption = "Stay Posted";
$caption = LAN_LZ_THEME_17;
return $ns->tablerender($caption,$text,'lz-subscribe', true);
}