| Line 23... |
Line 23... |
| 23 |
if (isset($items[0])) {
|
23 |
if (isset($items[0])) {
|
| 24 |
$iz = $items[0];
|
24 |
$iz = $items[0];
|
| 25 |
$izUrl = sprintf($iz['url_tpl'], 'CRS');
|
25 |
$izUrl = sprintf($iz['url_tpl'], 'CRS');
|
| 26 |
echo '<meta property="og:image" content="' . $izUrl . '" />';
|
26 |
echo '<meta property="og:image" content="' . $izUrl . '" />';
|
| 27 |
} else {
|
27 |
} else {
|
| 28 |
echo '<meta property="og:image" content="http://resources.tela-botanica.org/tb/img/256x256/carre_englobant.png" />'
|
28 |
echo '<meta property="og:image" content="https://resources.tela-botanica.org/tb/img/256x256/carre_englobant.png" />'
|
| 29 |
.'<meta property="og:image:type" content="image/png" />'
|
29 |
.'<meta property="og:image:type" content="image/png" />'
|
| 30 |
.'<meta property="og:image:width" content="256" />'
|
30 |
.'<meta property="og:image:width" content="256" />'
|
| 31 |
.'<meta property="og:image:height" content="256" />';
|
31 |
.'<meta property="og:image:height" content="256" />';
|
| 32 |
}
|
32 |
}
|
| 33 |
?>
|
33 |
?>
|
| Line 35... |
Line 35... |
| 35 |
|
35 |
|
| 36 |
<!-- Spécial mobile -->
|
36 |
<!-- Spécial mobile -->
|
| Line 37... |
Line 37... |
| 37 |
<meta name="viewport" content="initial-scale=1.0, user-scalable=no" />
|
37 |
<meta name="viewport" content="initial-scale=1.0, user-scalable=no" />
|
| 38 |
|
38 |
|
| 39 |
<!-- Favicones -->
|
39 |
<!-- Favicones -->
|
| Line 40... |
Line 40... |
| 40 |
<link rel="icon" type="image/png" href="http://resources.tela-botanica.org/tb/img/16x16/favicon.png" />
|
40 |
<link rel="icon" type="image/png" href="https://resources.tela-botanica.org/tb/img/16x16/favicon.png" />
|
| 41 |
<link rel="shortcut icon" type="image/x-icon" href="http://resources.tela-botanica.org/tb/img/16x16/favicon.ico" />
|
41 |
<link rel="shortcut icon" type="image/x-icon" href="https://resources.tela-botanica.org/tb/img/16x16/favicon.ico" />
|
| 42 |
|
42 |
|
| 43 |
<!-- Feuilles de styles -->
|
43 |
<!-- Feuilles de styles -->
|
| Line 63... |
Line 63... |
| 63 |
width:<?=(($colonne * 69)-6)?>px;
|
63 |
width:<?=(($colonne * 69)-6)?>px;
|
| 64 |
}
|
64 |
}
|
| 65 |
</style>
|
65 |
</style>
|
| Line 66... |
Line 66... |
| 66 |
|
66 |
|
| 67 |
<!-- Javascript : bibliothèques -->
|
67 |
<!-- Javascript : bibliothèques -->
|
| 68 |
<script type="text/javascript" src="http://www.tela-botanica.org/commun/jquery/1.6/jquery-1.6.min.js"></script>
|
68 |
<script type="text/javascript" src="https://www.tela-botanica.org/commun/jquery/1.6/jquery-1.6.min.js"></script>
|
| Line 69... |
Line 69... |
| 69 |
<script type="text/javascript" src="http://www.tela-botanica.org/commun/jquery/fancybox/1.3.4/jquery.fancybox-1.3.4.js"></script>
|
69 |
<script type="text/javascript" src="https://www.tela-botanica.org/commun/jquery/fancybox/1.3.4/jquery.fancybox-1.3.4.js"></script>
|
| 70 |
|
70 |
|
| 71 |
<!-- Google Analytics -->
|
71 |
<!-- Google Analytics -->
|
| 72 |
<?php if($prod): ?>
|
72 |
<?php if($prod): ?>
|
| Line 99... |
Line 99... |
| 99 |
<? if($icone_rss) : ?>
|
99 |
<? if($icone_rss) : ?>
|
| 100 |
<a href="<?=$flux_rss_url?>"
|
100 |
<a href="<?=$flux_rss_url?>"
|
| 101 |
class="cel-photo-flux"
|
101 |
class="cel-photo-flux"
|
| 102 |
title="Suivre les images"
|
102 |
title="Suivre les images"
|
| 103 |
onclick="window.open(this.href);return false;">
|
103 |
onclick="window.open(this.href);return false;">
|
| 104 |
<img src="http://www.tela-botanica.org/sites/commun/generique/images/rss.png" alt="Suivre les images" />
|
104 |
<img src="https://www.tela-botanica.org/sites/commun/generique/images/rss.png" alt="Suivre les images" />
|
| 105 |
</a>
|
105 |
</a>
|
| 106 |
<? endif; ?>
|
106 |
<? endif; ?>
|
| 107 |
</h1>
|
107 |
</h1>
|
| 108 |
<div id="cel-galerie-photo<?=$id?>">
|
108 |
<div id="cel-galerie-photo<?=$id?>">
|
| 109 |
<?php foreach ($items as $item) : ?>
|
109 |
<?php foreach ($items as $item) : ?>
|