1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-03 21:27:25 +02:00

Merge pull request #4884 from Jimmi08/patch-1

Closes #4883 added wrapper support on fpw page.
This commit is contained in:
Cameron
2022-10-12 15:05:50 -07:00
committed by GitHub

View File

@@ -344,6 +344,7 @@ elseif(!$FPW_TABLE)
}
$sc = e107::getScBatch('fpw'); // fpw_shortcodes;
$sc->wrapper('fpw/form');
// New Shortcode names in v2. BC Fix.
$bcShortcodes = array('{FPW_TABLE_SECIMG_LAN}', '{FPW_TABLE_SECIMG_HIDDEN}', '{FPW_TABLE_SECIMG_SECIMG}', '{FPW_TABLE_SECIMG_TEXTBOC}');