Ejemplo n.º 1
0
<?php

/**
 * @package Sj Gallery Pro
 * @version 2.5
 * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPL
 * @copyright (c) 2012 YouTech Company. All Rights Reserved.
 * @author YouTech Company http://www.smartaddons.com
 * 
 */
defined('_JEXEC') or die;
require_once dirname(__FILE__) . '/core/helper.php';
$cacheparams = new stdClass();
$cacheparams->cachemode = 'id';
// Class call from cache
$cacheparams->class = 'SjGalleryProReader';
$cacheparams->method = 'getList';
$cacheparams->methodparams = $params;
$items = SjGalleryProReader::getList($params);
require JModuleHelper::getLayoutPath('mod_sj_gallery_pro', $params->get('layout', 'default'));
Ejemplo n.º 2
0
            $qu++;
            if ($key >= $start && $key < $end) {
                ?>
					<div class="item-info">
						<a class="item-info-image" data-rel="sj_gallery_image_<?php 
                echo $instance;
                ?>
" href="<?php 
                echo $item['url'];
                ?>
" title="<?php 
                echo $item['title'];
                ?>
">
							<?php 
                echo SjGalleryProReader::imageTag($item['image']);
                ?>
							
						</a>
						
					</div>
			    	<?php 
                $clear = 'clr1';
                if ($qu % 2 == 0) {
                    $clear .= ' clr2';
                }
                if ($qu % 3 == 0) {
                    $clear .= ' clr3';
                }
                if ($qu % 4 == 0) {
                    $clear .= ' clr4';