mirror of
https://github.com/e107inc/e107.git
synced 2025-07-16 12:36:26 +02:00
rename carousel-control to gallery-control (carousel-control namespace already used by bootstrap)
This commit is contained in:
@ -31,7 +31,8 @@ $(document).ready(function(){
|
|||||||
$("a[rel^='prettyPhoto']").prettyPhoto(
|
$("a[rel^='prettyPhoto']").prettyPhoto(
|
||||||
{
|
{
|
||||||
theme: 'pp_default', /* pp_default , light_rounded , dark_rounded , light_square , dark_square ,facebook */
|
theme: 'pp_default', /* pp_default , light_rounded , dark_rounded , light_square , dark_square ,facebook */
|
||||||
overlay_gallery: false
|
overlay_gallery: false,
|
||||||
|
deeplinking: false
|
||||||
}
|
}
|
||||||
);
|
);
|
||||||
});
|
});
|
||||||
|
@ -65,8 +65,8 @@ $GALLERY_TEMPLATE['SLIDESHOW_WRAPPER'] = '
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="gallery-slideshow-controls">
|
<div class="gallery-slideshow-controls">
|
||||||
<a href="#" class="carousel-control gal-next" style="float: right">Next ›</a>
|
<a href="#" class="gallery-control gal-next" style="float: right">Next ›</a>
|
||||||
<a href="#" class="carousel-control gal-prev" >‹ Previous</a>
|
<a href="#" class="gallery-control gal-prev" >‹ Previous</a>
|
||||||
<span class="gallery-slide-jumper-container">{GALLERY_JUMPER}</span>
|
<span class="gallery-slide-jumper-container">{GALLERY_JUMPER}</span>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user