';
$file = !empty(get('edit')) ? 'edit' : 'add';
include $element[$file.'_file'];
echo '
';
// Campi personalizzati
echo '
{( "name": "custom_fields", "id_module": "'.$id_module.'", "id_plugin": "'.$id_plugin.'", "position": "top", "place": "add" )}
{( "name": "custom_fields", "id_module": "'.$id_module.'", "id_plugin": "'.$id_plugin.'", "position": "bottom", "place": "add" )}
';
if (isAjaxRequest()) {
echo '
';
}
echo '
';