2011-11-18, 03:20:30
mvlcek Wrote:The innovation theme already calls get_header in header.php, so you should not call it yourself.
And you need to include jquery before this call in header.php, as the other script libraries depend on it.
Seems I forgot to include get_header, here's what I have now on my header.php
Code:
<script src="<?php get_theme_url(); ?>/js/libs/jquery-1.6.2.min.js"></script>
<?php get_header(); ?>
</head>
Is that correct? Gallery works fine now, fancybox acting weird though, but it's fine I'll use prettyphoto.
Thank you!