Avoid double inclusion of jquery

This commit is contained in:
Michal Čihař
2011-02-01 17:44:44 +01:00
parent b77f9b9cae
commit 884e28a206

View File

@@ -27,7 +27,6 @@ $hidden = "hidden";
<link rel="shortcut icon" href="pmd/images/favicon.ico" type="image/x-icon" /> <link rel="shortcut icon" href="pmd/images/favicon.ico" type="image/x-icon" />
<link rel="stylesheet" type="text/css" href="pmd/styles/<?php echo $GLOBALS['PMD']['STYLE'] ?>/style1.css" /> <link rel="stylesheet" type="text/css" href="pmd/styles/<?php echo $GLOBALS['PMD']['STYLE'] ?>/style1.css" />
<title>Designer</title> <title>Designer</title>
<script src="./js/jquery/jquery-1.4.4.js" type="text/javascript"></script>
<script type="text/javascript"> <script type="text/javascript">
// <![CDATA[ // <![CDATA[
<?php <?php