uawdijnntqw1x1x1
IP : 216.73.217.24
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
/
administrator
/
components
/
com_widgetkit
/
plugins
/
widgets
/
list
/
views
/
widget.php
/
/
<?php use YOOtheme\Widgetkit\Content\Content; // List $list = '{wk}-list'; switch ($settings['list']) { case 'line': case 'striped': case 'space': $list .= ' {wk}-list-' . $settings['list']; break; } // Media Align $media_align = ($settings['media_align'] == 'right') ? '{wk}-margin-left {wk}-flex-order-last' : '{wk}-margin-right'; // Content Align $content_align = $settings['content_align'] ? '{wk}-flex-middle' : ''; // Media Border $border = ($settings['media_border'] != 'none') ? '{wk}-border-' . $settings['media_border'] : ''; // Link Target $link_target = ($settings['link_target']) ? ' target="_blank"' : ''; ?> <ul class="<?php echo $list; ?> <?php echo $settings['class']; ?>"> <?php foreach ($items as $i => $item) : // Media Type $attrs = array('class' => ''); $width = $item['media.width']; $height = $item['media.height']; if ($item->type('media') == 'image') { $attrs['alt'] = strip_tags($item['title']); $attrs['class'] .= ($border) ? $border : ''; $width = ($settings['image_width'] != 'auto') ? $settings['image_width'] : ''; $height = ($settings['image_height'] != 'auto') ? $settings['image_height'] : ''; } if ($item->type('media') == 'video') { $attrs['class'] = '{wk}-responsive-width'; $attrs['controls'] = true; } if ($item->type('media') == 'iframe') { $attrs['class'] = '{wk}-responsive-width'; } $attrs['width'] = ($width) ? $width : ''; $attrs['height'] = ($height) ? $height : ''; if (($item->type('media') == 'image') && ($settings['image_width'] != 'auto' || $settings['image_height'] != 'auto')) { $media = $item->thumbnail('media', $width, $height, $attrs); } else { $media = $item->media('media', $attrs); } // Title $title = ($settings['title'] == 'title') ? $item['title'] : $item['content']; if ($settings['title_truncate']) { $title = Content::truncate($title, $settings['title_truncate']); } switch ($settings['title_size']) { case 'default': $title = '<h3 class="{wk}-margin-remove">' . $title . '</h3>'; break; case 'h1': case 'h2': case 'h3': case 'h4': case 'h5': case 'h6': $title = '<h3 class="{wk}-'. $settings['title_size'] .' {wk}-margin-remove">' . $title . '</h3>'; break; } // Link Color $link_color = ($settings['link_color'] != 'link') ? '{wk}-link-' . $settings['link_color'] : ''; ?> <li> <?php if ($item['link'] && $settings['link']) : ?> <a class="{wk}-display-block <?php echo $link_color; ?>" href="<?php echo $item->escape('link') ?>"<?php echo $link_target; ?>> <?php endif; ?> <?php if ($item['media'] && $settings['media']) : ?> <div class="{wk}-flex <?php echo $content_align; ?>"> <div class="<?php echo $media_align; ?>"> <?php echo $media; ?> </div> <div class="{wk}-flex-item-1"> <?php endif; ?> <?php echo $title; ?> <?php if ($item['media'] && $settings['media']) : ?> </div> </div> <?php endif; ?> <?php if ($item['link'] && $settings['link']) : ?> </a> <?php endif; ?> </li> <?php endforeach; ?> </ul>
/home/locationbo/www/administrator/components/com_widgetkit/plugins/widgets/list/views/widget.php