uawdijnntqw1x1x1
IP : 216.73.216.219
Hostname : webm015.cluster127.gra.hosting.ovh.net
Kernel : Linux webm015.cluster127.gra.hosting.ovh.net 5.15.206-ovh-vps-grsec-zfs-classid #1 SMP Fri May 15 02:41:25 UTC 2026 x86_64
Disable Function : _dyuweyrj4,_dyuweyrj4r,dl
OS : Linux
PATH:
/
home
/
pteabiscqq
/
www
/
libraries
/
quix
/
app
/
nodes
/
row
/
view.php
/
/
<?php $classes = classNames( "qx-row {$field['class']}", $visibilityClasses, [ 'qx-section-parallax' => $field['bg_parallax'], 'qx-equal-column' => $field['equal_column'], "wow {$field['animation']}" => $field['animation'], "qx-hvr-{$field['hover_animation']}" => $field['hover_animation'], "qx-mobile-col-reverse" => $field['reverse_columns'] ] ); // Animation delay $animation_delay = ''; if( $field['animation'] AND array_key_exists('animation_delay', $field) ){ $animation_delay = 'data-wow-delay="'. $field['animation_delay'] .'s"'; } // Parallax Background - Since @1.6.3 $parallax = ''; if ( $field['bg_parallax'] ){ // Load assets Assets::Js('qx-parallax', QUIX_URL."/assets/js/parallax.js"); $parallax_settings = array(); // bg x-axis if( ($field['parallax_x'] !== 0) ) { $parallax_settings[] = 'bgx:' . $field['parallax_x']; } // bg y-axis if( ($field['parallax_y'] !== 0) ) { $parallax_settings[] = 'bgy:' . $field['parallax_y']; } // media breakpoing if( $field['parallax_breakpoint']){ $parallax_settings[] = 'media:' . $field['parallax_breakpoint']; } $parallax = 'qx-parallax="' . implode(';', $parallax_settings) . '"'; } ?> <?php if ( $field['container'] ): ?> <div class="qx-container"> <?php endif; ?> <div id="<?php echo $id ?>" class="<?php echo $classes ?>" <?php echo $animation_delay; ?> <?php echo $parallax; ?> > <?php echo $renderer->render( $node['children'] ) ?> </div> <!-- qx-row --> <?php if ( $field['container'] ): ?> </div> <?php endif; ?>
/home/pteabiscqq/www/libraries/quix/app/nodes/row/view.php