Merge pull request #19594 from eileenmcnaughton/535m
[civicrm-core.git] / setup / plugins / blocks / header.tpl.php
1 <?php if (!defined('CIVI_SETUP')): exit("Installation plugins must only be loaded by the installer.\n");
2 endif; ?>
3 <div class="civicrm-setup-header">
4 <div class="title">
5 <h1><?php echo ts("Thanks for choosing CiviCRM. You're nearly there!"); ?><hr></h1>
6 </div>
7 <div class="civicrm-logo"><strong><?php echo ts('Version %1', array(1 => "{$civicrm_version} {$model->cms}")); ?></strong>
8 <span><img src=<?php echo $installURLPath . "updated-logo.jpg"?> /></span>
9 </div>
10 </div>
11 <h2><?php echo ts("CiviCRM Installer"); ?></h2>
12
13 <noscript>
14 <p class="error"><?php echo ts("Error: Javascipt appears to be disabled. The CiviCRM web-based installer requires Javascript.");?></p>
15 </noscript>
16
17 <p><?php echo ts("Thanks for choosing CiviCRM! Please follow the instructions below to install CiviCRM."); ?></p>