Changeset 52809 in spip-zone
- Timestamp:
- Oct 7, 2011, 9:22:46 AM (10 years ago)
- Location:
- _plugins_/legendes
- Files:
-
- 6 edited
Legend:
- Unmodified
- Added
- Removed
-
_plugins_/legendes/action/editer_legende.php
r41628 r52809 6 6 * 7 7 */ 8 9 if (!defined("_ECRIRE_INC_VERSION")) return; 8 10 9 11 function action_editer_legende_dist(){ -
_plugins_/legendes/base/legendes.php
r39960 r52809 1 1 <?php 2 2 3 if (!defined("_ECRIRE_INC_VERSION")) return; 4 3 5 function legendes_declarer_tables_interfaces($interface){ 4 6 // 'spip_' dans l'index de $tables_principales -
_plugins_/legendes/formulaires/editer_legende.php
r39960 r52809 1 1 <?php 2 3 if (!defined("_ECRIRE_INC_VERSION")) return; 2 4 3 5 include_spip('inc/actions'); -
_plugins_/legendes/legendes_autoriser.php
r48804 r52809 1 1 <?php 2 3 if (!defined("_ECRIRE_INC_VERSION")) return; 2 4 3 5 /* pour que le pipeline ne rale pas ! */ -
_plugins_/legendes/legendes_fonctions.php
r39960 r52809 1 1 <?php 2 3 if (!defined("_ECRIRE_INC_VERSION")) return; 2 4 3 5 include_spip('inc/json'); -
_plugins_/legendes/legendes_pipelines.php
r50532 r52809 1 1 <?php 2 3 if (!defined("_ECRIRE_INC_VERSION")) return; 2 4 3 5 function legendes_insert_head($flux){
Note: See TracChangeset
for help on using the changeset viewer.