<?php 
include __DIR__ . "/template/header.template.php";
?>

    <div class="container sub-body">
      <div class="controls">

        <div class="row-fluid">
          <div class="span12 well text-align-center">

            <legend>Viewer</legend>

            <div id="viewer-mobile-container">
              <?php 
$Viewer->getMobilePrintedView();
?>
            </div>

          </div>

        </div>

      </div>
    </div>

    <?php 
include __DIR__ . "/template/footer.template.php";
?>

</body>