uawdijnntqw1x1x1
IP : 216.73.217.104
Hostname : webm007.cluster114.gra.hosting.ovh.net
Kernel : Linux webm007.cluster114.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
/
locationbo
/
www
/
.
/
templates
/
yoo_venice
/
warp
/
layouts
/
grid
/
parallel.php
/
/
<?php /** * @package Warp Theme Framework * @author YOOtheme http://www.yootheme.com * @copyright Copyright (C) YOOtheme GmbH * @license http://www.gnu.org/licenses/gpl.html GNU/GPL */ $count = count($widgets); $widths = array( array('1-1'), array('1-2', '1-2'), array('1-3', '1-3', '1-3'), array('1-4', '1-4', '1-4', '1-4'), array('1-5', '1-5', '1-5', '1-5', '1-5'), array('1-6', '1-6', '1-6', '1-6', '1-6', '1-6') ); foreach ($widgets as $index => $widget) { $classes = array(); $prev = 0; foreach ($displays as $class => &$display) { if (false !== $pos = array_search($index, $display)) { if ($count > 6) { $classes[] = 'uk-flex-item-1 uk-width-small-1-1'; continue; } $width = in_array($class, $stacked) ? '1-1' : $widths[count($display)-1][$pos]; if ($width != $prev) { $classes[] = "uk-width".($class != 'small' ? "-{$class}" : '')."-{$width}"; $prev = $width; } } else { $classes[] = "uk-hidden-{$class}"; } } printf(PHP_EOL.'<div class="%s">%s</div>'.PHP_EOL, implode(' ', $classes), $widget); }
/home/locationbo/www/./templates/yoo_venice/warp/layouts/grid/parallel.php