2010-04-08, 02:39:55
Simple Image Lightbox Gallery Plugin http://get-simple.info/forum/viewtopic.php?id=618
I had to replace
I had to replace
Code:
<script>
jQuery(document).ready(function() {
$('a[rel*=facybox]').facybox();
Code:
<script>
jQuery(document).ready(function() {
$('a[rel*=lightbox[galeria]]').facybox();
});