Here is the header:
scripts.js works fineHTML Code:<title><?php echo $settings['title']; ?></title> <meta http-equiv='Content-Type' content='text/html; charset=iso-8859-1' /> <meta http-equiv='Content-Style-Type' content='text/css' /> <meta name='description' content='<?php echo $settings['description']; ?>' /> <link rel="shortcut icon" itemprop="image" href="images/logo.<?php echo $style->getLogoExt(); ?>" /> <link rel='stylesheet' type='text/css' href='template/style.php' /> <link rel='stylesheet' type='text/css' href='includes/custom.parse.php' /> <link rel='stylesheet' type='text/css' href='template/editor.css'/> <script type="text/javascript" src="jscolor/jscolor.js"></script> <script defer type='text/javascript' src='js/jquery.js'></script> <script defer type='text/javascript' src='js/scripts.js'></script> <script type="text/javascript" src="js/editor.scripts.js"></script> <!--[if lt IE 7]> <script defer type='text/javascript' src='includes/png_trans.js'></script> <![endif]-->
editor.scripts.js is what gives me the error.
Any help is appreciated. This is driving me mad. @_@
EDIT: Ok, after I posted, I noticed the defer attribute (I didnt make this) now it works fine. What does defer do anyway?


Reply With Quote
Bookmarks