Ejemplo n.º 1
0
<?php

$this->title = 'Run 4 Good | My Profile';
use yii\helpers\Html;
use yii\helpers\Url;
use app\assets\ChartAsset;
ChartAsset::register($this);
?>
<div class="jumbotron">
  <div class="container">
    <div class="col-lg-6">
      <div class="col-lg-4">
        <?php 
echo Html::img('@web/' . $hero['Pic'], array('class' => 'img-circle', 'width' => '150', 'height' => '150'));
?>
      </div>
      <div class="col-lg-8">
        <p>HERO</p>
        <h2><?php 
echo $hero['Name'] . ' ' . $hero['Surame'];
?>
</h2>
        <p>
          <?php 
echo $event['Date'];
?>
<br>
          <?php 
echo $event['Name'];
?>
        </p>