backend create\update customer forms must display the same as the frontend forms site\index action should be friendly and related to this app
18 lines
258 B
PHP
18 lines
258 B
PHP
<?php
|
|
|
|
/* @var $this yii\web\View */
|
|
|
|
$this->title = 'My Yii Application';
|
|
?>
|
|
<div class="site-index">
|
|
|
|
<div class="jumbotron">
|
|
<h1>Web Admin</h1>
|
|
|
|
<p class="lead">Üdvözöljük adminisztrációs felületünkön</p>
|
|
|
|
</div>
|
|
|
|
|
|
</div>
|