Infra 2193 - Add the title for the thank you page

Signed-off-by: Eric Poirier <eric@eclipse.org>
diff --git a/content/en_index.php b/content/en_index.php
index 57913ea..8f2db95 100644
--- a/content/en_index.php
+++ b/content/en_index.php
@@ -17,6 +17,16 @@
 
 <div class="jumbotron text-center breadcrumbs-offset">
   <div class="container">
+    <?php
+    // Infra 2193 - The container-thankyou div is needed for the Successful Downloads page.
+    if (isset($title_1) && isset($title_2) && isset($download_link)):?>
+      <div class="container-thankyou">
+        <div class="row thankyou text-center">
+          <p class="thankyou-title"><span><?php print $title_1; ?></span> <?php print $title_2;?></p>
+          <span class="direct-link"><?php print $download_link; ?></span>
+        </div>
+      </div>
+    <?php endif;?>
     <div class="row">
       <div class="col-sm-18 col-sm-offset-3 donate-container">
         <div class="donate-container-content">