uawdijnntqw1x1x1
IP : 216.73.216.155
Hostname : vm5018.vps.agava.net
Kernel : Linux vm5018.vps.agava.net 3.10.0-1127.8.2.vz7.151.14 #1 SMP Tue Jun 9 12:58:54 MSK 2020 x86_64
Disable Function : None :)
OS : Linux
PATH:
/
var
/
www
/
iplanru
/
data
/
.
/
mod-tmp
/
..
/
www
/
.
/
www.i-plan.ru
/
modules
/
.
/
.
/
mod_yuicons
/
helper.php
/
/
<?php defined('_JEXEC') or die; class modYuiconsHelper { public static function getItems($ipath) { $item=explode("\r\n",$ipath); foreach ($item as $value) $h[]=modYuiconsHelper::getItem($value); return implode("\r",$h); } public static function getItem($str) { list($pic,$link,$title,$width)=explode("|",$str); if (empty($width)) $width="33"; return "<div style=\"width: {$width}%;\"> <a href=\"".JRoute::_($link)."\" title=\"Нажмите для перехода\"> <img src=\"{$pic}\"> </a> <span> <a href=\"".JRoute::_($link)."\" title=\"Нажмите для перехода\">{$title}</a> </span> </div> "; } }
/var/www/iplanru/data/./mod-tmp/../www/./www.i-plan.ru/modules/././mod_yuicons/helper.php