|
|
|
|
@ -36,6 +36,8 @@ $form = new FormValidator('customfooter_form'); |
|
|
|
|
$plugininstance = CustomFooterPlugin::create(); |
|
|
|
|
|
|
|
|
|
$config = api_get_settings_params(array('subkey = ? ' => 'customfooter', ' AND category = ? ' => 'Plugins')); |
|
|
|
|
$form_settings = []; |
|
|
|
|
|
|
|
|
|
foreach ($config as $fooid => $configrecord) { |
|
|
|
|
$canonic = preg_replace('/^customfooter_/', '', $configrecord['variable']); |
|
|
|
|
if (in_array($canonic, array('footer_left', 'footer_right'))){ |
|
|
|
|
|