home
/
zktecojo
/
public_html
/
app
/
storage
/
views
/
test
➕ New
📤 Upload
✎ Editing:
a9970cba96efec17dd537570c2e4aab2
← Back
<!-- projects Section --> <?php if(!empty($homeGalleryList)){ ?> <section id="projects" class="projectsSection"> <div class="container"> <div class="sectionHead text-center"> <h1 >Gallery</h1> </div> <?php $galleryRow=0; foreach (array_chunk($homeGalleryList, 3) as $rsRow){ echo '<div class="row projectsRow2">'; foreach($rsRow as $rsGallery){ ?> <div class="<?php echo $rsGallery->gallery_box_size; ?> projectFeilds"> <div id="box"> <div class="image"> <img src="<?php echo asset('/assets/uploads/gallery/'.$rsGallery->gallery_image_name); ?>" /> <div class="imgBg"></div> <div class="text"> <div class="MoreDetails"> <h3><?php echo $rsGallery->gallery_name; ?></h3> <p><?php echo $rsGallery->gallery_description; ?></p> <a href="<?php echo URL::to('page/gallery'); ?>" class="mylink">View Gallery ></a> </div> </div> </div> </div> </div> <?php } echo '</div>'; } ?> </div> </section> <?php } ?>
💾 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