uawdijnntqw1x1x1
IP : 216.73.217.31
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
/
elements
/
button-group
/
view.php
/
/
<?php $classes = classNames( "qx-element qx-element-{$type} {$field['class']}", $visibilityClasses, [ "wow {$field['animation']}" => $field['animation'] ] ); // Animation delay $animation_delay = ''; if( $field['animation'] AND array_key_exists('animation_delay', $field) ){ $animation_delay = 'data-wow-delay="'. $field['animation_delay'] .'s"'; } ?> <div id="<?php echo $id; ?>" class="<?php echo $classes ?>" <?php echo $animation_delay; ?> > <?php foreach($field['buttons'] as $i => $button):?> <a href="<?php echo $button['button']['url'] ?>" <?php echo ( $button['button']['target'] ) ? ' target="_blank" rel="noopener noreferrer"' : '' ?> class="qx-btn <?php echo $button['style']?> qx-btn-<?php echo $i?> <?php echo ($field['hover_animation']) ? "qx-hvr-{$field['hover_animation']}" : ''; ?>"> <?php // New icon system. Since @1.7 $icon = get_icon($button); ?> <?php if ( ( $icon['class'] OR $icon['content'] ) AND ( $button['icon_placement'] == 'left' ) ): ?> <i class="<?php echo $icon['class']?>"><?php echo $icon['content']?></i> <?php endif; ?> <?php echo $button['button']['text'] ?> <?php if ( ($icon['class'] OR $icon['content']) AND ($button['icon_placement'] == 'right') ): ?> <i class="<?php echo $icon['class']?>"><?php echo $icon['content']?></i> <?php endif; ?> </a> <?php endforeach;?> </div> <!-- qx-element-button-group -->
/home/pteabiscqq/www/./libraries/quix/./app/elements/button-group/view.php