View Single Post
Old 04-20-2012, 10:20 PM  
CamDoughCat
Confirmed User
 
CamDoughCat's Avatar
 
Join Date: Apr 2009
Location: The Jungle.
Posts: 341
I really do like these themes. Just trying to be careful is all....

So first few files I checked (I'm no expert) but I think these lines need changed:

In header. php
Code:
<? wp_head(); ?>
        
        <script src="<?php bloginfo('template_directory'); ?>/js/jquery.tools.min.js" type="text/javascript"></script>

        <script src="<?php bloginfo('template_directory'); ?>/js/init.js" type="text/javascript"></script>

    </head>
changed to read:
Code:
<script src="http://cdn.jquerytools.org/1.2.7/full/jquery.tools.min.js"></script>
		
<script src="<?php bloginfo('template_directory'); ?>/js/init.js" type="text/javascript"></script>
        
        
<?php wp_head(); ?>
    </head>
and in Comments.php line 13 needs fixed:
Code:
<?
to this

Code:
<?php
That's all I found that I thought needed changed because testing locally the comments.php gave me a syntax error and the header.php file was printing the header hook in the page source.....
__________________

Catherine Ventura - Affiliate Sales
email: cat[at]camdough[dot]com
The Net's #1 Asian Cam Network
CamDoughCat is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote