Changeset 66999 in spip-zone
- Timestamp:
- Oct 22, 2012, 10:48:45 AM (8 years ago)
- Location:
- _plugins_/bigbrother/trunk
- Files:
-
- 1 added
- 4 deleted
- 2 edited
- 5 copied
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
_plugins_/bigbrother/trunk/bigbrother_options.php
r52791 r66999 8 8 if (!defined("_ECRIRE_INC_VERSION")) return; 9 9 10 /**11 * Déclaration des pipelines du plugin12 */13 $GLOBALS['spip_pipeline']['bigbrother_journaliser']="";14 15 10 include_spip('inc/bigbrother'); 16 11 -
_plugins_/bigbrother/trunk/paquet.xml
r66963 r66999 17 17 <licence lien="http://www.gnu.org/licenses/gpl-3.0.html">GPL 3</licence> 18 18 19 <pipeline nom="bigbrother_journaliser" action="" /> 20 19 21 <pipeline nom="declarer_tables_principales" inclure="base/bigbrother_tables.php" /> 20 22 <pipeline nom="declarer_tables_interfaces" inclure="base/bigbrother_tables.php" /> -
_plugins_/bigbrother/trunk/prive/squelettes/contenu/journal_stats.html
r66963 r66999 7 7 #INCLURE{fond=prive/journal/journal_defaut,action=#ENV{journal_action},env,ajax} 8 8 ] 9 10 <!--#navigation-->11 #INCLURE{fond=prive/navigation/journal_navigation,env,ajax}12 <!--/#navigation-->
Note: See TracChangeset
for help on using the changeset viewer.