-
Notifications
You must be signed in to change notification settings - Fork 8
/
footer.php
52 lines (50 loc) · 1.62 KB
/
footer.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
<?php
/*
* This file is part of project AVCP-Xml that can be found at:
* https://github.com/provinciadicremona/AVCP-Xml
*
* © 2013 Claudio Roncaglio <claudio.roncaglio@provincia.cremona.it>
* © 2013 Gianni Bassini <gianni.bassini@provincia.cremona.it>
* © 2013 Provincia di Cremona <sito@provincia.cremona.it>
*
* SPDX-License-Identifier: GPL-3.0-only
*/
?>
</article>
</div> <!-- /container -->
<div id="push"></div>
</div><!-- /wrap -->
<footer>
<div class="container">
<div class="row">
<div class="span3">
<img src="img/logoProvinciaCremona.png" alt="Logo Provincia di Cremona" title="Provincia di Cremona" />
</div>
<div class="span5">
<br />
<address>
Provincia di Cremona - U.R.P. e Servizi Interni<br />
<a href="mailto:sito@provincia.cremona.it">
<i class="icon-envelope"></i> sito@provincia.cremona.it</a>
</address>
</div>
<div class="span4 text-right">
<img src="img/gplv3.png" alt="GPL V3 Logo">
<p>Software rilasciato sotto <a href="?mask=page&do=licenza">licenza GNU GPL 3</a></p>
</div>
</div>
</div>
</footer>
<!-- Le javascript
================================================== -->
<!-- Placed at the end of the document so the pages load faster -->
<script src="js/jquery.js"></script>
<script src="js/bootstrap.js"></script>
<?php
if (null !== $customJsScript) {
echo $callToJqueryUI . PHP_EOL;
echo $customJsScript . PHP_EOL;
}
?>
</body>
</html>