1
0
mirror of https://github.com/e107inc/e107.git synced 2025-01-16 20:28:28 +01: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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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