maj syntaxe accolades, maj jQuery, correction layout contact
[mtweb] / web / out / dist / views / head.php
index ff40ee6..3a29977 100644 (file)
@@ -1,16 +1,10 @@
     <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
-
-    <!-- METAS -->
-
     <title><?php echo $this->config("site_name"); ?></title>
     <meta name="description" content="<?php echo $this->config("site_description"); ?>" />
-
-    <!-- SCRIPTS -->
-
     <script type="text/javascript"> site_url = "<?= $this->path("web") ?>"; </script>
     <script type="text/javascript" src="<?= $this->out_file("js/md5.js") ?>"></script>
     <script type="text/javascript" src="<?= $this->out_file("js/login.js") ?>"></script>
-    <script type="text/javascript" src="<?= $this->out_file("js/jquery-1.5.2.min.js") ?>"></script>
+    <script type="text/javascript" src="<?= $this->out_file("js/jquery-1.8.3.min.js") ?>"></script>
     <script type="text/javascript" src="<?= $this->out_file("js/jquery.colorbox-min.js") ?>"></script>
     <script type="text/javascript" src="<?= $this->out_file("js/jquery-ui-1.8.12.custom.min.js") ?>"></script>
     <script type="text/javascript" src="<?= $this->out_file("js/menu.js") ?>"></script>
@@ -23,9 +17,6 @@
 <?php if($this->out_file_exists("js/actions/".$this->etat("mod").".js")) : ?>
     <script type="text/javascript" src="<?= $this->out_file("js/actions/".$this->etat("mod").".js") ?>"></script>
 <?php endif; ?>
-
-    <!-- CSS -->
-
     <link rel="stylesheet" type="text/css" href="<?= $this->out_file("css/style.css") ?>" />
     <link rel="stylesheet" type="text/css" href="<?= $this->out_file("css/colors.css") ?>" />
     <link rel="stylesheet" type="text/css" href="<?= $this->out_file("css/colorbox.css") ?>" />