Changeset 52861 in spip-zone
- Timestamp:
- Oct 7, 2011, 10:46:54 AM (9 years ago)
- Location:
- _plugins_/zen-garden/branches/v1
- Files:
-
- 6 edited
Legend:
- Unmodified
- Added
- Removed
-
_plugins_/zen-garden/branches/v1/action/zengarden_activer_switcher.php
r39825 r52861 5 5 * 6 6 */ 7 8 if (!defined("_ECRIRE_INC_VERSION")) return; 7 9 8 10 function action_zengarden_activer_switcher_dist(){ -
_plugins_/zen-garden/branches/v1/action/zengarden_activer_theme.php
r43296 r52861 5 5 * 6 6 */ 7 8 if (!defined("_ECRIRE_INC_VERSION")) return; 7 9 8 10 function action_zengarden_activer_theme_dist(){ -
_plugins_/zen-garden/branches/v1/prive/zengarden_theme_fonctions.php
r35385 r52861 5 5 * 6 6 */ 7 8 if (!defined("_ECRIRE_INC_VERSION")) return; 7 9 8 10 include_spip('inc/zengarden'); -
_plugins_/zen-garden/branches/v1/spip20/plugins/get_infos.php
r35147 r52861 7 7 */ 8 8 9 if (!defined("_ECRIRE_INC_VERSION")) return; 9 10 10 11 // lecture du fichier de configuration d'un plugin -
_plugins_/zen-garden/branches/v1/spip20/plugins/verifie_conformite.php
r35147 r52861 7 7 */ 8 8 9 if (!defined("_ECRIRE_INC_VERSION")) return; 9 10 10 11 // http://doc.spip.org/@plugin_verifie_conformite -
_plugins_/zen-garden/branches/v1/zengarden_options.php
r43296 r52861 5 5 * 6 6 */ 7 8 if (!defined("_ECRIRE_INC_VERSION")) return; 7 9 8 10 if (!defined('_DIR_PLUGIN_THEME')){
Note: See TracChangeset
for help on using the changeset viewer.