summaryrefslogtreecommitdiff
path: root/beta_accents/app/include/ludo/config.inc.php
diff options
context:
space:
mode:
Diffstat (limited to 'beta_accents/app/include/ludo/config.inc.php')
-rw-r--r--beta_accents/app/include/ludo/config.inc.php12
1 files changed, 6 insertions, 6 deletions
diff --git a/beta_accents/app/include/ludo/config.inc.php b/beta_accents/app/include/ludo/config.inc.php
index 6d6504b..7f1d587 100644
--- a/beta_accents/app/include/ludo/config.inc.php
+++ b/beta_accents/app/include/ludo/config.inc.php
@@ -29,7 +29,7 @@ $CONFIG = array
(
'CHOOSER_LIST' => array
(
- // 'nom à afficher' => 'nom_fichier_sans_extension'
+ // 'nom à afficher' => 'nom_fichier_sans_extension'
'standard' => 'ice',
'Glace (ancien)' => 'ice_moche',
'bleu' => 'style1'
@@ -41,22 +41,22 @@ $CONFIG = array
(
'cree' => array
(
- 'caption' => 'Nouvelle Réunion',
+ 'caption' => 'Nouvelle Réunion',
'tpl_file' => 'mail_cree.php'
),
'modif' => array
(
- 'caption' => 'Réunion modifiée',
+ 'caption' => 'Réunion modifiée',
'tpl_file' => 'mail_modif.php'
),
'annul' => array
(
- 'caption' => 'Réunion annulée',
+ 'caption' => 'Réunion annulée',
'tpl_file' => 'mail_annul.php'
),
'fixee' => array
(
- 'caption' => 'Réunion fixée',
+ 'caption' => 'Réunion fixée',
'tpl_file' => 'mail_fixee.php'
)
)
@@ -68,7 +68,7 @@ $CONFIG = array
(
'jpg', 'jpeg', 'gif', 'png', 'svg', 'pdf', 'ps', 'txt', 'rtf', 'csv', 'doc', 'docx', 'ppt', 'xls', 'sxw','sxp','sxd', 'odt', 'odg', 'odp', 'avi', 'mpg', 'mpeg', 'rm', 'flv', 'mp3', 'mp4', 'ogg','htm','html','zip', 'rar', 'tar', 'gz', 'bz2', 'ace'
),
- 'relative_path' => 'beta/upload_files/'
+ 'relative_path' => 'final/upload_files/'
)
);
?>