D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
home
/
everqlsh
/
www
/
wp-content
/
plugins
/
forminator
/
assets
/
js
/
front
/
templates
/
quiz
/
nowrong
/
Filename :
grid.html
back
Copy
/* ======================= */ /* SECTION: Layout Spacing */ <?php if ( forminator_array_value_exists( $properties, 'quiz-spacing' ) && ! empty( $properties['quiz-custom-spacing'] ) ) { ?> <?php if ( forminator_array_value_exists( $properties, 'visual_style' ) ) { ?> <?php if ( 'grid' == $properties['visual_style'] && ! empty( $properties['visual_style'] ) ) { ?> <?php include('global/spacing/layout-grid.html') ?> <?php } else if ( 'grid' != $properties['visual_style'] && ! empty( $properties['visual_style'] ) ) { ?> <?php include('global/spacing/layout-list.html') ?> <?php } ?> <?php } ?> <?php } ?>