Team Bedankt: 74 tijden
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>