From eb710a1d128314b1d21666f460e0414e16cdafd1 Mon Sep 17 00:00:00 2001
From: Pierre
Date: Fri, 17 Sep 2021 22:37:54 +0200
Subject: [PATCH] Update index.php
---
index.php | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
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'); ?>
-