Logo white

Administrator / test_3

Sign in
  • Sign in
  • Project
  • Files
  • Commits
  • Network
  • Graphs
  • Milestones
  • Issues 0
  • Merge Requests 0
  • Labels
  • Wiki
  • test_3
  • frontend
  • views
  • performer
  • portfolio-view.php
  • test
    1f651082
    Yarik authored
    2016-02-16 10:15:03 +0200  
    Browse Code ยป
portfolio-view.php 166 Bytes
Edit Raw Blame History
1 2 3 4 5 6 7 8 9 10 11
<?php

use \yii\helpers\Html;

/* @var $this yii\web\View
 * @var $user common\models\User
 */
$this->params['user'] = $user;

$this->title = 'My Yii Application';
?>