fitness-web/backend/views/site/index.php
Roland Schneider b6b5193120 Fix customer backend forms , fix site\index
backend create\update customer forms must display the same as the frontend
forms

site\index action should be friendly and related to this app
2015-11-02 18:41:36 +01:00

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>