10 lines
272 B
PHP
10 lines
272 B
PHP
|
|
<?php
|
||
|
|
use yii\helpers\Html;
|
||
|
|
?>
|
||
|
|
<h1>do/index</h1>
|
||
|
|
|
||
|
|
<p>
|
||
|
|
You may change the content of this page by modifying
|
||
|
|
the file <code><?= __FILE__; ?></code>.
|
||
|
|
</p>
|
||
|
|
<?=Html::img(Yii::getAlias('@web').'/uploads/sign_img/'.Yii::$app->user->identity->sign_img, ['width' => 150])?>
|