проблема в <head> </head>

#
проблема в <head> </head>
Здравствуйте, такая беда, при добавлении в head этих строк


<script type="text/javascript" src="/templates/template1/js/jquery.jcarousel.pack.js"></script>
<script type="text/javascript" src="/templates/template1/js/jquery-1.4.1.min.js"></script>
<script type="text/javascript" src="/templates/template1/js/jquery-func.js"></script>


перестает работать функция добавления товара в корзину без перемещения в саму корзину, и перестает работать функция редактирования информации на сайте Edit-in-Place

вот сам код всего head'a


<head>
    <title><?php Core_Page::instance()->showTitle()?></title>
    <meta name="description" content="<?php Core_Page::instance()->showDescription()?>" />
    <meta name="keywords" content="<?php Core_Page::instance()->showKeywords()?>" />
    <meta content="text/html; charset=<?php echo SITE_CODING?>" http-equiv="Content-Type" />
    <?php Core_Page::instance()->showCss()?>

    <!-- jQuery -->
    <script type="text/javascript" src="/hostcmsfiles/jquery/jquery.js"></script>

    <!-- LightBox -->
    <script type="text/javascript" src="/hostcmsfiles/jquery/lightbox/js/jquery.lightbox.js"></script>
    <link rel="stylesheet" type="text/css" href="/hostcmsfiles/jquery/lightbox/css/jquery.lightbox.css" media="screen" />

    <script type="text/javascript" src="/templates/template1/hostcms.js"></script>
    <script type="text/javascript" src="/hostcmsfiles/main.js"></script>

   

<meta name='yandex-verification' content='73aee410681c5ec7' />    
<script type="text/javascript" src="/templates/template1/js/jquery.jcarousel.pack.js"></script>
<script type="text/javascript" src="/templates/template1/js/jquery-1.4.1.min.js"></script>
<script type="text/javascript" src="/templates/template1/js/jquery-func.js"></script>
</head>


с новым годом всех! спасибо.
Модератор
#
Re: проблема в <head> </head>
Как минимум удалите лишнее подключение
<script type="text/javascript" src="/templates/template1/js/jquery-1.4.1.min.js"></script>
#
Re: проблема в <head> </head>
спасибо. тему можно закрыть.
Модератор
#
Re: проблема в <head> </head>
egoist, пожалуйста.
Авторизация