HEX
Server: Apache/2
System: Linux server1c 2.6.32-042stab145.3 #1 SMP Thu Jun 11 14:05:04 MSK 2020 x86_64
User: swtinter (1023)
PHP: 8.2.23
Disabled: exec,system,passthru,shell_exec,proc_close,proc_open,dl,popen,show_source,posix_kill,posix_mkfifo,posix_getpwuid,posix_setpgid,posix_setsid,posix_setuid,posix_setgid,posix_seteuid,posix_setegid,posix_uname
Upload Files
File: /home/swtinter/public_html/wp-content/plugins/forminator/assets/js/front/templates/poll/main.html
<?php
include('global/container-colors.html');
include('global/container-padding.html');
include('global/container-border.html');
include('global/answers-grid.html');
include('global/answers-list.html');
include('global/chart-colors.html');
include('global/footer.html');

include('global/question-colors.html');
include('global/question-font.html');

include('global/description-colors.html');
include('global/description-font.html');

include self::get_template( $theme, 'radio-colors.html');
include('global/radio-font.html');

include self::get_template( $theme, 'input-colors.html');
include('global/input-font.html');

include('global/field-image-size.html');

include self::get_template( $theme, 'submit-colors.html');
include('global/submit-font.html');

include self::get_template( $theme, 'back-colors.html');
include('global/back-font.html');

include('global/link-colors.html');
include('global/link-font.html');

include('global/note-colors.html');
include('global/note-font.html');

include self::get_template( $theme, 'response-colors.html');
include('global/response-font.html');

if ( forminator_array_value_exists( $properties, 'use-custom-css' ) && forminator_array_value_exists( $properties, 'custom_css' ) ) {
	echo $properties['custom_css'];
}