']); echo '
'.$l['emailsettings'].'
'; error_handle($error); if(!empty($saved)){ echo '
  '.$l['settings_saved'].'
'; } echo'
'.$l['email_exp'].'

'; echo '
'; // If admin has disabled installation email than dont show. if(empty($globals['off_install_mail'])){ echo '
'.$l['ins_email_exp'].'
'; } // If admin has disabled remove email than dont show. if(empty($globals['off_remove_mail'])){ echo '
'.$l['rem_email_exp'].'

'; } // If admin has disabled edit email than dont show. if(empty($globals['off_edit_mail'])){ echo '
'.$l['editdetail_email_exp'].'
'; } // If admin has disabled backup email than dont show. if(empty($globals['off_backup_mail']) && empty($globals['disable_backup_restore'])){ echo '
'.$l['backup_email_exp'].'
'; } // Restore email settings if(empty($globals['off_restore_mail'])){ echo '
'.$l['restore_email_exp'].'
'; } // If admin has disabled create template email than dont show. if(empty($globals['off_template_mail']) && empty($globals['disable_template'])){ echo '
'.$l['template_email_exp'].'
'; } // Restore Template email settings if(empty($globals['off_restore_template_mail']) && empty($globals['disable_template'])){ echo '
'.$l['restore_template_email_exp'].'
'; } // Clone email settings if(empty($globals['off_clone_mail'])){ echo '
'.$l['clone_email_exp'].'
'; } // Staging email settings if(empty($globals['off_staging_mail'])){ echo '
'.$l['staging_email_exp'].'
'; } // Import email settings if(empty($globals['off_import_mail'])){ echo '
'.$l['import_email_exp'].'
'; } echo'
'.$l['all_notify_update_exp'].'
'.$l['email_password_user_exp'].'

'; echo '
'.csrf_display().'

'; softfooter(); } ?>