| @@ -3,7 +3,7 @@ | ||
| 3 | 3 | die( 'You are not allowed to call this page directly.' ); |
| 4 | 4 | } |
| 5 | 5 | ?> |
| 6 | 6 | <a href="<?php echo esc_attr( $href ); ?>" class="<?php echo esc_attr( $class ); ?>"> |
| 7 | - <?php self::icon_by_class( 'frmfont frm_plus_icon frm_svg15' ); ?> | |
| 7 | + <?php FrmAppHelper::icon_by_class( 'frmfont frm_plus_icon frm_svg15' ); ?> | |
| 8 | 8 | <?php echo esc_html( $button_text ); ?> |
| 9 | 9 | </a> |