✏️ 正在编辑: main.html
路径:
/home/ubuntu/plugins-bkp-26012025/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']; }
💾 保存文件
← 返回文件管理器