Twiebie |
|
---|---|
Try to put this in the header.tpl instead of in the js.js file: <script type="text/javascript"> $().ready(function () { $(".fancybox").fancybox(); }); </script> And the BBcode like this: <a class="fancybox" href="$1"><img src="$1" alt="" /></a> <a class="fancybox" href="$1"><img src="$2" alt="" /></a> |