| @@ -2,9 +2,9 @@ | ||
| 2 | 2 | if ( ! defined( 'ABSPATH' ) ) { |
| 3 | 3 | die( 'You are not allowed to call this page directly.' ); |
| 4 | 4 | } |
| 5 | 5 | |
| 6 | -$pos_class = 'frm_' . ( $style->post_content['position'] === 'none' ? 'top' : ( $style->post_content['position'] === 'no_label' ? 'none' : $style->post_content['position'] ) ) . '_container'; | |
| 6 | +$pos_class = 'frm_' . ( $style->post_content['position'] == 'none' ? 'top' : ( $style->post_content['position'] == 'no_label' ? 'none' : $style->post_content['position'] ) ) . '_container'; | |
| 7 | 7 | ?> |
| 8 | 8 | <div class="frm_forms with_frm_style frm_style_<?php echo esc_attr( $style->post_name ); ?> <?php echo esc_attr( FrmAppHelper::pro_is_installed() ? 'frm_pro_form' : 'frm_lite_form' ); ?>"> |
| 9 | 9 | <div class="frm-show-form"> |
| 10 | 10 | <div class="frm_form_fields"> |
| @@ -71,9 +71,8 @@ | ||
| 71 | 71 | /** |
| 72 | 72 | * @since 2.03 |
| 73 | 73 | * |
| 74 | 74 | * @param array $args { |
| 75 | - * | |
| 76 | 75 | * @type WP_Post $style |
| 77 | 76 | * @type string $pos_class |
| 78 | 77 | * } |
| 79 | 78 | */ |