root / views / includes / footer.php @ e6495e9e
Historique | Voir | Annoter | Télécharger (1,55 ko)
1 | 3f5b3f99 | Adamczak Frédéric | <?php
|
---|---|---|---|
2 | /************************************************************************************
|
||
3 | *
|
||
4 | * Projet AbulEdu Mur de Classe - Licence: GNU/Affero GPL v3 ou +
|
||
5 | *
|
||
6 | * (c) 2020 Frédéric Adamczak <fred@fadamczak.fr>
|
||
7 | *
|
||
8 | * This file is part of AbulEdu Mur de Classe.
|
||
9 | *
|
||
10 | * AbulEdu Mur de Classe is free software: you can redistribute it and/or modify
|
||
11 | * it under the terms of the GNU Affero General Public License as published by
|
||
12 | * the Free Software Foundation, either version 3 of the License, or
|
||
13 | * (at your option) any later version.
|
||
14 | *
|
||
15 | * AbulEdu Mur de Classe is distributed in the hope that it will be useful,
|
||
16 | * but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||
17 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||
18 | * GNU Affero General Public License for more details.
|
||
19 | *
|
||
20 | * You should have received a copy of the GNU General Public License
|
||
21 | * along with ClicAlbum. If not, see <https://www.gnu.org/licenses/>.
|
||
22 | *
|
||
23 | ************************************************************************************/
|
||
24 | ?>
|
||
25 | e6495e9e | Adamczak Frédéric | |
26 | 232b0a2c | Eric Seigne | <footer>
|
27 | <div class="container piedPage mt-3"> |
||
28 | <div class="row"> |
||
29 | <div class="col-sm-4"> |
||
30 | <?=$theme->getInformation();?> |
||
31 | </div>
|
||
32 | <div class="col-sm-8 abuledu"> |
||
33 | e6495e9e | Adamczak Frédéric | Ce service est proposé par l'association |
34 | <a href="https://abuledu-fr.org" target="_blank">AbulÉdu-fr</a> |
||
35 | - Consulter les |
||
36 | <a href="https://abuledu-fr.org/cgu-generiques/" target="_blank"> |
||
37 | CGU |
||
38 | </a>
|
||
39 | 232b0a2c | Eric Seigne | </div>
|
40 | </div>
|
||
41 | </div>
|
||
42 | </footer>
|