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
/
yootheme
/
templates
/
socials.php
/
/
<?php // Config $config->addAlias('~header', '~theme.header'); // Attrs $attrs['class'] = $config('~header.social_style') ? 'uk-icon-button' : 'uk-icon-link'; // Grid $attrs_grid = []; $attrs_grid['class'][] = 'uk-flex-inline uk-flex-middle uk-flex-nowrap'; $attrs_grid['class'][] = $config('~header.social_gap') ? "uk-grid-{$config('~header.social_gap')}" : ''; $attrs_grid['uk-grid'] = true; // Links $links = array_filter(array_slice((array) $config('~theme.social_links'), 0, 5)); ?> <?php if (count($links)) : ?> <ul<?= $this->attrs($attrs_grid) ?>> <?php foreach ($links as $link) : $attrs['target'] = $config('~header.social_target') && (preg_match('/(tel:|mailto:)/', $link) == 0) ? '_blank' : false; $attrs_icon = [ 'uk-icon' => [ 'icon: {0};' => $this->e($link, 'social'), 'width: {0};' => $config('~header.social_width'), ], ]; ?> <li> <a<?= $this->attrs(['href' => $link], $attrs) ?> <?= $this->attrs($attrs_icon) ?>></a> </li> <?php endforeach ?> </ul> <?php endif ?>
/home/locationbo/www/templates/yootheme/templates/socials.php