home
/
zktecojo
/
public_html
/
app
/
storage
/
views
/
test
➕ New
📤 Upload
✎ Editing:
d06ca62cd6d27f73040aee9df1e77dbb
← Back
<div class="intro-body"> <div class="brand-bar tp-bar"></div> <div class="innerBanner" style="background:url(<?php echo asset('assets/images/gallery-banner.jpg'); ?>)"></div> </div> <!-- aboutDesc Section --> <section id="aboutDesc galleryWrap"> <div class="aboutDesc"> <div class="container"> <h1><?php echo $pageContent->menu_name; ?> </h1> <div class="block2"> <ul class="portfolio-filter text-center"> <li><a class="btn btn-default active" href="#" data-filter="*">All Photos</a></li> <?php foreach($getGalleryCategoryList as $rsGalleryCat): ?> <li><a class="btn btn-default" href="#" data-filter=".<?php echo 'galleryCat'.$rsGalleryCat->gallery_cat_id; ?>"><?php echo $rsGalleryCat->gallery_cat_name; ?></a></li> <?php endforeach; ?> </ul><!--/#portfolio-filter--> <div class="clearfix"></div> <div class="container"> <div class="row"> <div class="portfolio-items "> <?php foreach($getGalleryImagesList as $rsGalleryImg): ?> <div class="portfolio-item <?php echo 'galleryCat'.$rsGalleryImg->gallery_cat_id; ?> col-xs-12 col-sm-4 col-md-3"> <div class="recent-work-wrap"> <img class="img-responsive" src="<?php echo asset('assets/uploads/gallery/small/'.$rsGalleryImg->gallery_image_name); ?>" alt=""> <div class="overlay"> <div class="recent-work-inner"> <h3>Caption here</h3> <p>Lorem Ipsum available</p> <a class="preview" href="<?php echo asset('assets/uploads/gallery/'.$rsGalleryImg->gallery_image_name); ?>" rel="prettyPhoto[gallery]"><i class="fa fa-eye"></i> View</a> </div> </div> </div> </div> <!--/.portfolio-item--> <?php endforeach; ?> </div> </div> </div> <!-- ..........block -end...........--> </div> </div> </div> </section>
💾 Save Changes
Cancel
📤 Upload File
×
Select File
Upload
Cancel
➕ Create New
×
Type
📄 File
📁 Folder
Name
Create
Cancel
✎ Rename Item
×
Current Name
New Name
Rename
Cancel
🔐 Change Permissions
×
Target File
Permission (e.g., 0755, 0644)
0755
0644
0777
Apply
Cancel