uawdijnntqw1x1x1
IP : 216.73.216.84
Hostname : webm003.cluster107.gra.hosting.ovh.net
Kernel : Linux webm003.cluster107.gra.hosting.ovh.net 5.15.167-ovh-vps-grsec-zfs-classid #1 SMP Tue Sep 17 08:14:20 UTC 2024 x86_64
Disable Function : _dyuweyrj4,_dyuweyrj4r,dl
OS : Linux
PATH:
/
home
/
opticamezl
/
www
/
newok
/
07d6c
/
..
/
c610a
/
..
/
tmpl.tar
/
/
default_items.php000064400000003572151653452110010114 0ustar00<?php /** * @package Joomla.Site * @subpackage mod_articles_categories * * @copyright (C) 2010 Open Source Matters, Inc. <https://www.joomla.org> * @license GNU General Public License version 2 or later; see LICENSE.txt */ defined('_JEXEC') or die; use Joomla\CMS\Helper\ModuleHelper; use Joomla\CMS\HTML\HTMLHelper; use Joomla\CMS\Router\Route; use Joomla\Component\Content\Site\Helper\RouteHelper; $input = $app->getInput(); $option = $input->getCmd('option'); $view = $input->getCmd('view'); $id = $input->getInt('id'); foreach ($list as $item) : ?> <li<?php if ($id == $item->id && in_array($view, ['category', 'categories']) && $option == 'com_content') { echo ' class="active"'; } ?>> <?php $levelup = $item->level - $startLevel - 1; ?> <a href="<?php echo Route::_(RouteHelper::getCategoryRoute($item->id, $item->language)); ?>"> <?php echo $item->title; ?> <?php if ($params->get('numitems')) : ?> (<?php echo $item->numitems; ?>) <?php endif; ?> </a> <?php if ($params->get('show_description', 0)) : ?> <?php echo HTMLHelper::_('content.prepare', $item->description, $item->getParams(), 'mod_articles_categories.content'); ?> <?php endif; ?> <?php if ( $params->get('show_children', 0) && (($params->get('maxlevel', 0) == 0) || ($params->get('maxlevel') >= ($item->level - $startLevel))) && count($item->getChildren()) ) : ?> <?php echo '<ul>'; ?> <?php $temp = $list; ?> <?php $list = $item->getChildren(); ?> <?php require ModuleHelper::getLayoutPath('mod_articles_categories', $params->get('layout', 'default') . '_items'); ?> <?php $list = $temp; ?> <?php echo '</ul>'; ?> <?php endif; ?> </li> <?php endforeach; ?> default.php000060400000005043151653452110006702 0ustar00<?php /** * @title Responsive Slider for Articles * @version 3.1.1 * @copyright Copyright (C) 2011-2013 Minitek, All rights reserved. * @license GNU General Public License version 3 or later. * @author url http://www.minitek.gr/ * @author email info@minitek.gr * @developers Minitek.gr */ // no direct access defined('_JEXEC') or die('Restricted access'); $skin = $params->get('skin'); ?> <div id="<?php echo $sliderid; ?>" class="camera_wrap <?php echo $skin; ?>"> <?php if (count($items)) { ?> <?php foreach($items as $item) { ?> <div data-src="<?php echo $item->mainimage; ?>" data-thumb="<?php echo $item->mainimage_th; ?>" data-link="<?php echo $item->link; ?>"> <?php if ($params->get('slider_date')) { ?> <div class="camera_date fadeIn"> <div class="camera_date_inner"> <span class="dayno"><?php echo $item->displayDate; ?></span> </div> </div> <?php } ?> <?php if ($params->get('slider_title') || $params->get('slider_introtext') || $params->get('slider_category') || $params->get('slider_author')) { ?> <div class="camera_caption fadeIn"> <?php if($params->get('slider_title')) { ?> <h3><a href="<?php echo $item->link; ?>"><?php echo $item->title; ?></a></h3> <?php } ?> <?php if($params->get('slider_introtext')) { ?> <p><?php echo $item->displayIntrotext; ?></p> <?php } ?> <?php if($params->get('slider_category')) { ?> <span class="resli-category"><?php echo JText::_('MOD_RESPONSIVE_SLIDER_IN'); ?></span> <a href="<?php echo $item->categoryLink; ?>" class="resli-category"><i class="icon-folder"></i><?php echo $item->category_title; ?></a> <?php } ?> <?php if($params->get('slider_author')) { ?> <span class="resli-author"><?php echo JText::_('MOD_RESPONSIVE_SLIDER_BY'); ?></span> <a href="" class="resli-author"><i class="icon-folder"></i><?php echo $item->author; ?></a> <?php } ?> </div> <?php } ?> </div> <?php } ?> <?php } ?> </div> index.html000060400000000054151653452110006537 0ustar00<html><body bgcolor="#FFFFFF"></body></html>
/home/opticamezl/www/newok/07d6c/../c610a/../tmpl.tar