forked from JeromeDevome/GRR
-
Notifications
You must be signed in to change notification settings - Fork 3
/
footer.php
29 lines (24 loc) · 1.14 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
<!--<script type="text/javascript">
javascript:(function(){var s=document.createElement("script");s.onload=function(){bootlint.showLintReportForCurrentDocument([]);};s.src="https://maxcdn.bootstrapcdn.com/bootlint/latest/bootlint.min.js";document.body.appendChild(s)})();
</script>-->
</div> <!-- fin div row -->
<?php
/* Rajout legende pour affichage responsive */
if (Settings::get("legend") == '0' && $grr_script_name != "edit_entry.php" && $grr_script_name != "year.php"){
echo '<div class="container-fluid">
<div class="legende-bas">';
echo ' <h4>'.get_vocab("mg_legende").'</h4>';
show_colour_key($area);
echo '</div>';
echo '</div>';
}
// Ajout pour le extended-uportal-footer
echo '<extended-uportal-footer domain="'.$_SERVER['HTTP_HOST'].'"';
echo ' template-api-path="/commun/portal_template_api.tpl.json"';
echo ' links=\'[{"title":"Accessibilité : partiellement conforme"},{"title":"CGU","href":"/files/textes/droits_usage.html"},{"title":"Apereo.org","href":"https://www.apereo.org/"},{"title":"ESUP-Portail","href":"https://www.esup-portail.org/"}]\' >';
echo '</extended-uportal-footer>';
?>
</div>
</div>
</body>
</html>