source:
spip-zone/_plugins_/espaces/branches/v1/prive/objets/liste/espaces_associer_fonctions.php
@
122574
Last change on this file since 122574 was 122574, checked in by , 14 months ago | |
---|---|
File size: 342 bytes |
Line | |
---|---|
1 | <?php |
2 | /** |
3 | * Fonctions du squelette associé |
4 | * |
5 | * @plugin Espaces |
6 | * @copyright 2018 - 2020 |
7 | * @author Rainer Müller |
8 | * @licence GNU/GPL v3 |
9 | * @package SPIP\Espaces\Fonctions |
10 | */ |
11 | |
12 | if (!defined('_ECRIRE_INC_VERSION')) { |
13 | return; |
14 | } |
15 | |
16 | |
17 | // pour initiale et afficher_initiale |
18 | include_spip('prive/objets/liste/auteurs_fonctions'); |
Note: See TracBrowser
for help on using the repository browser.