PATH:
home
/
letacommog
/
letaweb
/
admin
/
widgets
/
views
/
modules
<?php $page_id = $this->page_id; ?> <?php if ($this->display_filter) { ?> <div class="portfolio-filter"> <ul data-filter-group="category"> <li data-filter=""> <a href="#"><?php echo Language::get('TEXT_SHOW_ALL'); ?></a></li> <?php for ($i = 1; $i <= sizeof($this->filter_list);++$i) { $item = $this->filter_list[$i - 1]; ?> <li data-filter=".gallery_category_filter_<?php echo $i ?>"> <a href="#"><?php echo $item ?></a> </li> <?php } ?> </ul> </div> <?php } ?> <div class="portfolio-container images" data-list-layout="grid-layout" data-column=<?php echo $this->column; ?> data-item-margin=<?php echo $this->margin; ?>> <?php $i = 0 ?> <div class="portfolio-list" data-all-posts-count="<?php echo sizeof($this->images); ?>"> <?php foreach ($this->images as $item): ?> <?php $src = $item->src; $src = Yii::app()->url->get_image_path($src); $cl = 'column'.$this->column; if ($i % $this->column === 0) { $cl .= ' first_column'; } $filter_id = isset($item->fid) ? $item->fid : 0; ?> <div class="portfolio-item <?php echo $cl ?> gallery_category_filter_<?php echo $filter_id; ?>"> <div class="inner-wrap"> <div class="image_content"> <a href="<?php echo $src ?>" title="<?php echo isset($item->caption) ? $item->caption : ''; ?>"> <img src="<?php echo $src;?>" alt="<?php echo isset($item->caption) ? $item->caption : ''; ?>"></img> <span class="zoom-icon"></span> </a> </div> <div class="item_content"> <h3> <a href="<?php echo isset($item->link) ? $item->link : ''; ?>" target="_blank"> <?php echo isset($item->caption) ? $item->caption : '' ?> </a> </h3> <p> <?php echo isset($item->description) ? $item->description : '' ?> </p> </div> </div> </div> <?php $i++ ?> <?php endforeach; ?> </div> </div> <script type="text/javascript"> $(document).ready(function($) { jQuery('#<?php echo $page_id ?>').cherryPortfolioLayoutPlugin(); }); </script>
[+]
..
[-] contactform.php
[edit]
[-] ihover.php
[edit]
[-] modal.php
[edit]
[-] news_slideshow.php
[edit]
[-] news_gallery_item1.php
[edit]
[-] facebookvideo.php
[edit]
[-] social_buttons.php
[edit]
[-] share_buttons_item0.php
[edit]
[-] audio_player.php
[edit]
[-] mini_news_list_item5.php
[edit]
[-] simplelist.php
[edit]
[+]
contactform
[-] spacer.php
[edit]
[-] newsdetail_item3.php
[edit]
[-] share_buttons.php
[edit]
[-] cycleslider.php
[edit]
[-] facebookcomment.php
[edit]
[-] video.php
[edit]
[-] linklist.php
[edit]
[-] newslist.php
[edit]
[-] newsdetail_item2.php
[edit]
[-] facebooklike.php
[edit]
[-] newscategory.php
[edit]
[-] newscomment.php
[edit]
[-] mini_news_list_item4.php
[edit]
[-] recentnews_item.php
[edit]
[-] news_gallery_item0.php
[edit]
[-] share_buttons_item1.php
[edit]
[-] share_buttons_item6.php
[edit]
[-] image.php
[edit]
[-] pricetable.php
[edit]
[-] gallery.php
[edit]
[-] menu_functions.php
[edit]
[-] youtube.php
[edit]
[-] newscomment_item.php
[edit]
[-] statcounter.php
[edit]
[-] icon.php
[edit]
[-] facebookpost.php
[edit]
[-] facebookpage.php
[edit]
[+]
script
[+]
productlist
[-] menu.php
[edit]
[-] flash.php
[edit]
[-] typedtext.php
[edit]
[-] news_monthlist.php
[edit]
[-] countdown.php
[edit]
[-] carousel.php
[edit]
[+]
newslist
[-] iframe.php
[edit]
[-] newsdetail_item1.php
[edit]
[-] linklist_functions.php
[edit]
[-] rssfeed.php
[edit]
[-] navbar.php
[edit]
[-] embed.php
[edit]
[-] infobox.php
[edit]
[-] common_functions.php
[edit]
[-] infobanner.php
[edit]
[-] html.php
[edit]
[-] share_buttons_item5.php
[edit]
[-] text.php
[edit]
[-] share_buttons_item2.php
[edit]
[-] newsdetail.php
[edit]
[-] title.php
[edit]
[-] mailchimp.php
[edit]
[-] recentnews.php
[edit]
[-] testmodule.php
[edit]
[-] slideshow.php
[edit]
[-] button.php
[edit]
[-] newscomment_form.php
[edit]
[-] googlemap.php
[edit]
[-] backtotop.php
[edit]
[-] alert.php
[edit]
[-] fancytext.php
[edit]
[-] tagcloud.php
[edit]
[-] facebooksend.php
[edit]
[-] ecommerce_top_bar.php
[edit]
[-] news_gallery_item2.php
[edit]
[-] share_buttons_item3.php
[edit]
[-] newscomment_reply_form.php
[edit]
[-] share_buttons_item4.php
[edit]
[-] infotable.php
[edit]
[-] progress_bar.php
[edit]
[-] newsdetail_item0.php
[edit]
[-] line.php
[edit]
[-] news_gallery.php
[edit]