Подключение yoo effects плагина

Discussion in 'Установка и обновление расширений Joomla' started by Airis, Oct 6, 2011.

  1. Offline

    Airis Недавно здесь

    Joined:
    Mar 13, 2010
    Messages:
    452
    Likes Received:
    18
    Gender:
    Female
    Как в этот код:

    <?php if( !empty($this->secondaries_images)): ?>
    <div id="jea-gallery-scroll" >
    <?php foreach($this->secondaries_images as $image) : ?>
    <a class="jea-thumbnails" href="<?php echo $image['preview_url'] ?>" >
    <img src="<?php echo $image['min_url'] ?>"
    alt="<?php echo $image['title'] ?>"
    title="<?php echo $image['description'] ?>" /></a><br />
    <?php endforeach ?>
    </div>
    <?php endif ?>

    подключить yoo effects плагин?
     
  2.  

Share This Page

Loading...