Index: /branches/rel/html/contact/index.php
===================================================================
--- /branches/rel/html/contact/index.php	(revision 16139)
+++ /branches/rel/html/contact/index.php	(revision 16142)
@@ -181,5 +181,7 @@
 
     if ( $objPage->arrForm['email'] ) {
-        $fromMail_name    = $objPage->arrForm['name01'] . " ÍÍ";
+        $name01 = $objPage->arrForm['name01'];
+        $name02 = $objPage->arrForm['name02'];
+        $fromMail_name    = "$name01 $name02 ÍÍ";
         $fromMail_address = $objPage->arrForm['email'];
     } else {
