Example #1
0
                        <?php 
echo blueimp_lightBoxGallery(get_picture_folder_blueimp_gallery("Famille/Famille 1", "Kamy Bar Mitzvah", $folder_project_name));
?>
                        <?php 
echo blueimp_lightBoxGallery(get_picture_folder_blueimp_gallery("Famille/MichaelBarMitzvah", "Michael Bar Mitzvah", $folder_project_name));
?>
                        <?php 
echo blueimp_lightBoxGallery(get_picture_folder_blueimp_gallery("Famille/Famille 2", "Familly", $folder_project_name));
?>
                        <?php 
echo blueimp_lightBoxGallery(get_picture_folder_blueimp_gallery("Famille/Maman Bozorgue", "Maman Bozorgue", $folder_project_name));
?>


                    <?php 
echo blueimp_lightBoxGallery(get_picture_folder_blueimp_gallery("FamillyCaroline", "Familly Caroline", $folder_project_name));
?>




                </div>
                </div>

           




                
                <div class="row">
Example #2
0
<?php 
$h2 = "Adrian Federica Liam Birth";
$fol = "Friends/Adrian_connor";
echo blueimp_wrapper($h2, blueimp_lightBoxGallery(get_picture_folder_blueimp_gallery($fol, $h2, $folder_project_name)));
?>

<?php 
$h2 = "Xavier and Open";
$fol = "Friends/Xavier Open";
echo blueimp_wrapper($h2, blueimp_lightBoxGallery(get_picture_folder_blueimp_gallery($fol, $h2, $folder_project_name)));
?>

<?php 
$h2 = "Friends";
$fol = "Friends";
echo blueimp_wrapper($h2, blueimp_lightBoxGallery(get_picture_folder_blueimp_gallery($fol, "Others", $folder_project_name)));
?>





                </div>
                </div>

           




                
Example #3
0
                </div>
                </div>
        </div>
                
                
                <div class="row">

                <div class="ibox-content">

                    <h2>Desiree and Peddy Engagement party gallery</h2>
                    <p>
                        <strong>Desiree and Peddy Engagement</strong> was held in Los Angeles on xx, 2015 at
                        <a target="_blank" href="#">xx</a>
                    </p>

                    <?php 
echo blueimp_lightBoxGallery(get_picture_folder_blueimp_gallery("DesireeEngagement", "Engagement Party", $folder_project_name));
?>


                </div>

            </div>
        </div>

    </div>
</div>

<?php 
include FOOTER_PUBLIC;