Skip to content

Commit

Permalink
FIX jquery call
Browse files Browse the repository at this point in the history
  • Loading branch information
acidvertigo committed Aug 22, 2011
1 parent 96b004f commit e277e89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion catalog/includes/template_top.php
Expand Up @@ -27,7 +27,7 @@
<title><?php echo tep_output_string_protected($oscTemplate->getTitle()); ?></title> <title><?php echo tep_output_string_protected($oscTemplate->getTitle()); ?></title>
<base href="<?php echo (($request_type == 'SSL') ? HTTPS_SERVER : HTTP_SERVER) . DIR_WS_CATALOG; ?>" /> <base href="<?php echo (($request_type == 'SSL') ? HTTPS_SERVER : HTTP_SERVER) . DIR_WS_CATALOG; ?>" />
<link rel="stylesheet" href="ext/jquery/ui/redmond/jquery-ui-1.8.15.css" /> <link rel="stylesheet" href="ext/jquery/ui/redmond/jquery-ui-1.8.15.css" />
<scriptsrc="ext/jquery/jquery-1.6.2.min.js"></script> <script src="ext/jquery/jquery-1.6.2.min.js"></script>
<script type="text/javascript" src="ext/jquery/ui/jquery-ui-1.8.15.min.js"></script> <script type="text/javascript" src="ext/jquery/ui/jquery-ui-1.8.15.min.js"></script>


<?php <?php
Expand Down

0 comments on commit e277e89

Please sign in to comment.