1
0
mirror of https://github.com/e107inc/e107.git synced 2025-07-25 08:51:50 +02:00

add wrapper support on fpw page #4883

CLOSES #4883
This commit is contained in:
Jimako
2022-10-07 12:41:36 +02:00
committed by GitHub
parent f2f8877a05
commit a0c4ebc4cc

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}');