Line 65... |
Line 65... |
65 |
<!-- CSS -->
|
65 |
<!-- CSS -->
|
66 |
<link href="http://www.tela-botanica.org/commun/jquery/jquery-ui/1.8.18/css/smoothness/jquery-ui-1.8.18.custom.css" rel="stylesheet" type="text/css" media="screen" />
|
66 |
<link href="http://www.tela-botanica.org/commun/jquery/jquery-ui/1.8.18/css/smoothness/jquery-ui-1.8.18.custom.css" rel="stylesheet" type="text/css" media="screen" />
|
67 |
<!-- <link href="http://www.tela-botanica.org/commun/bootstrap/2.0.2/css/bootstrap.min.css" rel="stylesheet" type="text/css" media="screen" /> -->
|
67 |
<!-- <link href="http://www.tela-botanica.org/commun/bootstrap/2.0.2/css/bootstrap.min.css" rel="stylesheet" type="text/css" media="screen" /> -->
|
68 |
<link rel="stylesheet" type="text/css" href="http://resources.tela-botanica.org/bootstrap/3.1.0/css/bootstrap.min.css" />
|
68 |
<link rel="stylesheet" type="text/css" href="http://resources.tela-botanica.org/bootstrap/3.1.0/css/bootstrap.min.css" />
|
69 |
<link href="<?= $url_base; ?>modules/export/squelettes/css/export.css" rel="stylesheet" type="text/css" media="screen" />
|
69 |
<link href="<?= $url_base; ?>modules/export/squelettes/css/export.css" rel="stylesheet" type="text/css" media="screen" />
|
70 |
|
70 |
|
71 |
<script>
|
- |
|
72 |
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
|
- |
|
73 |
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
|
- |
|
74 |
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
|
- |
|
75 |
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
|
- |
|
76 |
|
- |
|
77 |
ga('create', 'UA-20092557-1', 'auto');
|
71 |
<!-- Google Analytics -->
|
78 |
ga('require', 'displayfeatures');
|
72 |
<?php if($prod): ?>
|
79 |
ga('send', 'pageview');
|
73 |
<?php include "analytics.html"; ?>
|
80 |
|
- |
|
81 |
</script>
|
74 |
<?php endif; ?>
|
82 |
</head>
|
75 |
</head>
|
Line 83... |
Line 76... |
83 |
|
76 |
|
84 |
<body>
|
77 |
<body>
|
85 |
<?php if ($bar !== false): ?>
|
78 |
<?php if ($bar !== false): ?>
|