Last change
on this file since 546 was
152,
checked in by guille, 16 years ago
|
se agregaron svn_update y cfg para el 2.0
|
File size:
609 bytes
|
Line | |
---|
1 | <?php |
---|
2 | |
---|
3 | /* |
---|
4 | * Plugin CFG pour SPIP |
---|
5 | * (c) toggg, marcimat 2007-2008, distribue sous licence GNU/GPL |
---|
6 | * |
---|
7 | * Documentation et contact: http://www.spip-contrib.net/ |
---|
8 | * |
---|
9 | */ |
---|
10 | |
---|
11 | if (!defined("_ECRIRE_INC_VERSION")) return; |
---|
12 | |
---|
13 | |
---|
14 | // Compatibilite 1.9.2 |
---|
15 | if (version_compare($GLOBALS['spip_version_code'],'1.9300','<')) |
---|
16 | include_spip('inc/compat_cfg'); |
---|
17 | |
---|
18 | // inclure les fonctions lire_config(), ecrire_config() et effacer_config() |
---|
19 | include_spip('inc/cfg_config'); |
---|
20 | |
---|
21 | // signaler le pipeline de notification |
---|
22 | $GLOBALS['spip_pipeline']['cfg_post_edition'] = ""; |
---|
23 | $GLOBALS['spip_pipeline']['editer_contenu_formulaire_cfg'] = ""; |
---|
24 | |
---|
25 | ?> |
---|
Note: See
TracBrowser
for help on using the repository browser.