<?php
use yii\helpers\Html;

/* @var $this yii\web\View */
$this->title = 'GGBN Portal';

// $this->title = 'About';
// $this->params ['breadcrumbs'] [] = $this->title;
?>
<div class="site-about">
  <!-- !<h1><?= Html::encode($this->title) ?></h1>-->
  <div id="leftPanel" class="left-column"></div>
  <div class="right-column"></div>
 <div class="jumbotron"><h2>Cookies and statistics</h2></div>
 <div class="container">
 More informations about data privacy and user data can be found at <a href="http://wiki.ggbn.org/ggbn/Data_Privacy">http://wiki.ggbn.org/ggbn/Data_Privacy</a>
 <div class="cookie"><h2>Piwik statistics</h2>
 <iframe class="cookie" src="http://ww3.bgbm.org/php/piwik3/index.php?module=CoreAdminHome&action=optOut&language=en"></iframe>
 </div>
</div>
</div>