backend create\update customer forms must display the same as the frontend forms site\index action should be friendly and related to this app
15 lines
252 B
PHP
15 lines
252 B
PHP
<?php
|
|
|
|
/* @var $this yii\web\View */
|
|
|
|
$this->title = 'My Yii Application';
|
|
?>
|
|
<div class="site-index">
|
|
|
|
<div class="jumbotron">
|
|
<h1>Web Recepció</h1>
|
|
<p class="lead">Üdvözöljük Web Recepció oldalunkon!</p>
|
|
</div>
|
|
|
|
</div>
|