diff --git a/templates/contratti/body.php b/templates/contratti/body.php
index 1fe8df860..0a12335ee 100644
--- a/templates/contratti/body.php
+++ b/templates/contratti/body.php
@@ -292,3 +292,19 @@ echo '
echo '
'.tr('Il tutto S.E. & O.').'
'.tr("In attesa di un Vostro Cortese riscontro, colgo l'occasione per porgere Cordiali Saluti").'
';
+
+
+//Firma
+echo '
+
+
+ lì, ___________________________
+ |
+
+
+ FIRMA PER ACCETTAZIONE
+ _____________________________________
+ |
+
+
+
';
diff --git a/templates/contratti/footer.php b/templates/contratti/footer.php
index 6bad627b8..f8bab89ab 100644
--- a/templates/contratti/footer.php
+++ b/templates/contratti/footer.php
@@ -1,17 +1,3 @@
-
-
-
- lì, ___________________________
- |
-
-
- FIRMA PER ACCETTAZIONE
- _____________________________________
- |
-
-
-
-
\ No newline at end of file
diff --git a/templates/contratti/settings.php b/templates/contratti/settings.php
index 888b0d27f..0f521bee5 100644
--- a/templates/contratti/settings.php
+++ b/templates/contratti/settings.php
@@ -1,5 +1,5 @@
30,
+ 'footer-height' => 35,
];
diff --git a/templates/preventivi/body.php b/templates/preventivi/body.php
index c35117aa0..2c6154161 100644
--- a/templates/preventivi/body.php
+++ b/templates/preventivi/body.php
@@ -344,3 +344,19 @@ echo '
// Conclusione
echo '
'.tr("In attesa di un Vostro Cortese riscontro, colgo l'occasione per porgere Cordiali Saluti").'
';
+
+
+//Firma
+echo '
+
+
+ lì, ___________________________
+ |
+
+
+ FIRMA PER ACCETTAZIONE
+ _____________________________________
+ |
+
+
+
';
\ No newline at end of file
diff --git a/templates/preventivi/footer.php b/templates/preventivi/footer.php
index 6bad627b8..f8bab89ab 100644
--- a/templates/preventivi/footer.php
+++ b/templates/preventivi/footer.php
@@ -1,17 +1,3 @@
-
-
-
- lì, ___________________________
- |
-
-
- FIRMA PER ACCETTAZIONE
- _____________________________________
- |
-
-
-
-
\ No newline at end of file
diff --git a/templates/preventivi/settings.php b/templates/preventivi/settings.php
index 888b0d27f..0f521bee5 100644
--- a/templates/preventivi/settings.php
+++ b/templates/preventivi/settings.php
@@ -1,5 +1,5 @@
30,
+ 'footer-height' => 35,
];