source: trunk/spip/esqueleto-redcta/plugins/cfg/cfg_options.php @ 152

Last change on this file since 152 was 152, checked in by guille, 15 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
11if (!defined("_ECRIRE_INC_VERSION")) return;
12
13
14// Compatibilite 1.9.2
15if (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()
19include_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.