uawdijnntqw1x1x1
IP : 216.73.216.219
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
/
188ee
/
..
/
modules
/
mod_k2_content
/
mod_k2_content.php
/
/
<?php /** * @version 2.11 (rolling release) * @package K2 * @author JoomlaWorks https://www.joomlaworks.net * @copyright Copyright (c) 2009 - 2024 JoomlaWorks Ltd. All rights reserved. * @license GNU/GPL: https://gnu.org/licenses/gpl.html */ // no direct access defined('_JEXEC') or die; if (K2_JVERSION != '15') { $language = JFactory::getLanguage(); $language->load('com_k2.dates', JPATH_ADMINISTRATOR, null, true); } require_once(dirname(__FILE__).'/helper.php'); // Params $moduleclass_sfx = $params->get('moduleclass_sfx', ''); $getTemplate = $params->get('getTemplate', 'Default'); $itemAuthorAvatarWidthSelect = $params->get('itemAuthorAvatarWidthSelect', 'custom'); $itemAuthorAvatarWidth = $params->get('itemAuthorAvatarWidth', 50); $itemCustomLinkTitle = $params->get('itemCustomLinkTitle', ''); $itemCustomLinkURL = trim($params->get('itemCustomLinkURL')); $itemCustomLinkMenuItem = $params->get('itemCustomLinkMenuItem'); if ($itemCustomLinkURL && $itemCustomLinkURL!='http://' && $itemCustomLinkURL!='https://') { if ($itemCustomLinkTitle=='') { if (strpos($itemCustomLinkURL, '://')!==false) { $linkParts = explode('://', $itemCustomLinkURL); $itemCustomLinkURL = $linkParts[1]; } $itemCustomLinkTitle = $itemCustomLinkURL; } } elseif ($itemCustomLinkMenuItem) { $menu = JMenu::getInstance('site'); $menuLink = $menu->getItem($itemCustomLinkMenuItem); if (!empty($menuLink)) { if (!$itemCustomLinkTitle) { $itemCustomLinkTitle = (K2_JVERSION != '15') ? $menuLink->title : $menuLink->name; } $itemCustomLinkURL = JRoute::_('index.php?&Itemid='.$menuLink->id); } else { $itemCustomLinkTitle = ''; $itemCustomLinkURL = ''; } } // Make params backwards compatible $params->set('itemCustomLinkTitle', $itemCustomLinkTitle); $params->set('itemCustomLinkURL', $itemCustomLinkURL); // Get component params $componentParams = JComponentHelper::getParams('com_k2'); // User avatar if ($itemAuthorAvatarWidthSelect == 'inherit') { $avatarWidth = $componentParams->get('userImageWidth'); } else { $avatarWidth = $itemAuthorAvatarWidth; } $items = modK2ContentHelper::getItems($params); if (is_array($items) && count($items)) { require(JModuleHelper::getLayoutPath('mod_k2_content', $getTemplate.'/default')); }
/home/pteabiscqq/www/188ee/../modules/mod_k2_content/mod_k2_content.php