maj syntaxe accolades, maj jQuery, correction layout contact
[mtweb] / web / out / dist / views / head.php
1     <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
2     <title><?php echo $this->config("site_name"); ?></title>
3     <meta name="description" content="<?php echo $this->config("site_description"); ?>" />
4     <script type="text/javascript"> site_url = "<?= $this->path("web") ?>"; </script>
5     <script type="text/javascript" src="<?= $this->out_file("js/md5.js") ?>"></script>
6     <script type="text/javascript" src="<?= $this->out_file("js/login.js") ?>"></script>
7     <script type="text/javascript" src="<?= $this->out_file("js/jquery-1.8.3.min.js") ?>"></script>
8     <script type="text/javascript" src="<?= $this->out_file("js/jquery.colorbox-min.js") ?>"></script>
9     <script type="text/javascript" src="<?= $this->out_file("js/jquery-ui-1.8.12.custom.min.js") ?>"></script>
10     <script type="text/javascript" src="<?= $this->out_file("js/menu.js") ?>"></script>
11 <?php if($this->out_file_exists("js/actions/".$this->etat("mod")."_".$this->etat("controller")."_".$this->etat("action").".js")) : ?>
12     <script type="text/javascript" src="<?= $this->out_file("js/actions/".$this->etat("mod")."_".$this->etat("controller")."_".$this->etat("action").".js") ?>"></script>
13 <?php endif; ?>
14 <?php if($this->out_file_exists("js/actions/".$this->etat("mod")."_".$this->etat("controller").".js")) : ?>
15     <script type="text/javascript" src="<?= $this->out_file("js/actions/".$this->etat("mod")."_".$this->etat("controller").".js") ?>"></script>
16 <?php endif; ?>
17 <?php if($this->out_file_exists("js/actions/".$this->etat("mod").".js")) : ?>
18     <script type="text/javascript" src="<?= $this->out_file("js/actions/".$this->etat("mod").".js") ?>"></script>
19 <?php endif; ?>
20     <link rel="stylesheet" type="text/css" href="<?= $this->out_file("css/style.css") ?>" />
21     <link rel="stylesheet" type="text/css" href="<?= $this->out_file("css/colors.css") ?>" />
22     <link rel="stylesheet" type="text/css" href="<?= $this->out_file("css/colorbox.css") ?>" />
23     <link rel="stylesheet" type="text/css" href="<?= $this->out_file("css/ui-lightness/jquery-ui-1.8.12.custom.css") ?>" />
24 <?php if($this->out_file_exists("css/actions/".$this->etat("mod")."_".$this->etat("controller")."_".$this->etat("action").".css")) : ?>
25     <link rel="stylesheet" type="text/css" href="<?= $this->out_file("css/actions/".$this->etat("mod")."_".$this->etat("controller")."_".$this->etat("action").".css") ?>" />
26 <?php endif; ?>
27 <?php if($this->out_file_exists("css/actions/".$this->etat("mod")."_".$this->etat("controller").".css")) : ?>
28     <link rel="stylesheet" type="text/css" href="<?= $this->out_file("css/actions/".$this->etat("mod")."_".$this->etat("controller").".css") ?>" />
29 <?php endif; ?>
30 <?php if($this->out_file_exists("css/actions/".$this->etat("mod").".css")) : ?>
31     <link rel="stylesheet" type="text/css" href="<?= $this->out_file("css/actions/".$this->etat("mod").".css") ?>" />
32 <?php endif; ?>