Last change
on this file since 52456 was
52456,
checked in by yffic@…, 9 years ago
|
Avec la bonne balise slogan
|
-
Property svn:eol-style set to
LF
-
Property svn:keywords set to
LastChangedBy LastChangedDate LastChangedRevision
|
File size:
1.3 KB
|
Line | |
---|
1 | <?xml version="1.0" encoding="ISO-8859-1"?> |
---|
2 | <plugin> |
---|
3 | <!-- |
---|
4 | |
---|
5 | // menudep plugin.xml |
---|
6 | |
---|
7 | // $LastChangedRevision: 52456 $ |
---|
8 | // $LastChangedBy: yffic@lefourneau.com $ |
---|
9 | // $LastChangedDate: 2011-10-04 21:03:11 +0000 (Tue, 04 Oct 2011) $ |
---|
10 | |
---|
11 | --> |
---|
12 | <nom>MenuDep</nom> |
---|
13 | <slogan>Menu de navigation dépliant</slogan> |
---|
14 | <auteur>cpaulus@quesaco.org</auteur> |
---|
15 | <version>1.9.0</version> |
---|
16 | <version_base>0.01</version_base> |
---|
17 | <icon>images/menudep-64.png</icon> |
---|
18 | <etat>stable</etat> |
---|
19 | |
---|
20 | <description>Menu de navigation dépliant avec sous-menus incrustés ou détachés. Animations paramétrables via la page de configuration</description> |
---|
21 | |
---|
22 | <lien>http://www.quesaco.org/menu-navigation-depliant-spip</lien> |
---|
23 | |
---|
24 | <prefix>menudep</prefix> |
---|
25 | |
---|
26 | <options>menudep_mes_options.php</options> |
---|
27 | |
---|
28 | <install>base/menudep_install.php</install> |
---|
29 | |
---|
30 | <pipeline> |
---|
31 | <!-- les onglets de config dans l'espace privé --> |
---|
32 | <nom>ajouter_onglets</nom> |
---|
33 | <inclure>inc/menudep_pipeline_ajouter_onglets.php</inclure> |
---|
34 | </pipeline> |
---|
35 | |
---|
36 | <pipeline> |
---|
37 | <!-- les css du plugin dans l'espace privé --> |
---|
38 | <nom>header_prive</nom> |
---|
39 | <inclure>inc/menudep_pipeline_header_prive.php</inclure> |
---|
40 | </pipeline> |
---|
41 | |
---|
42 | <pipeline> |
---|
43 | <!-- les css et js dans l'espace public --> |
---|
44 | <nom>insert_head</nom> |
---|
45 | <inclure>inc/menudep_pipeline_insert_head.php</inclure> |
---|
46 | </pipeline> |
---|
47 | |
---|
48 | <necessite id="SPIP" version="[1.9.2;2.1.99]" /> |
---|
49 | <categorie>navigation</categorie> |
---|
50 | </plugin> |
---|
Note: See
TracBrowser
for help on using the repository browser.