diff --git a/index.php b/index.php
index 2e2098b..4efe512 100644
--- a/index.php
+++ b/index.php
@@ -124,13 +124,13 @@ echo
form::textArea('s_html',50,10,html::escapeHTML($mt_cfg['s_html'])).'
+ form::field('e_html',50,'200',html::escapeHTML($mt_cfg['e_html'])).'
+ form::field('a_html',50,'200',html::escapeHTML($mt_cfg['a_html'])).'
+ form::field(array('mt_exclude'),50,'200',html::escapeHTML($mt_exclude)).'
'.__('The names to be taken into account are those of the theme files.').'
@@ -139,4 +139,4 @@ echo
';
dcPage::helpBlock('arlequin'); ?>
-