<?php


?>
<div class="container-fluid">
<header class="main">
    
    <a href="<?= $this->serverUrl() ?>" class="brand span3"><h1>GSK - GlaxoSmithKline - Vaccine</h1></a>
    
    <div class="headContent span4 offset5">
      <h2><?= $this->translate('#site tite#') ?></h2>
      <h3><?= $this->translate('#site subtite#') ?></h3>
    </div>
    
</header>
</div>
    
