Foren / Cotonti / Support / fancybox

Twiebie
#36717 6. Januar 2013, 19:31

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>