Team Thanked: 74 mal
You could put that in your header.tpl or footer.tpl file yourself aswell.
Something like:
<script type="text/javascript"> $().ready(function() { $(".fancybox").fancybox(); }); </script>