Non puoi selezionare più di 25 argomenti
Gli argomenti devono iniziare con una lettera o un numero, possono includere trattini ('-') e possono essere lunghi fino a 35 caratteri.
33 righe
838 B
33 righe
838 B
<? include_once ROOT . 'layout/include_js.php'; ?> |
|
<!-- Global site tag (gtag.js) - Google Analytics --> |
|
<? |
|
if(ORACLE_HOST != "192.168.1.130"){ |
|
?> |
|
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-177764481-1"></script> |
|
<script> |
|
window.dataLayer = window.dataLayer || []; |
|
function gtag(){dataLayer.push(arguments);} |
|
gtag('js', new Date()); |
|
|
|
gtag('config', 'UA-177764481-1'); |
|
</script> |
|
<? |
|
} |
|
?> |
|
<?/*<style> |
|
.footer{ |
|
position: absolute; |
|
bottom: 0; |
|
width: 100%; |
|
height: 60px; |
|
line-height: 60px; |
|
background-color: #ffffff; |
|
} |
|
</style> |
|
<footer class="footer"> |
|
<div class="container"> |
|
<img src="../assets/img/siciliafesr.png" alt="" style="width: 100%"/> |
|
<span class="text-muted">Place sticky footer content here.</span> |
|
</div> |
|
</footer> |
|
*/
|