Merge pull request #19594 from eileenmcnaughton/535m
[civicrm-core.git] / setup / plugins / blocks / header.tpl.php
CommitLineData
cfb48750
TO
1<?php if (!defined('CIVI_SETUP')): exit("Installation plugins must only be loaded by the installer.\n");
2endif; ?>
4bcd4c62 3<div class="civicrm-setup-header">
cfb48750
TO
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>
4bcd4c62
TO
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>