Add key controller to add/update keys , add bakcend skin param
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
<?php
|
||||
use yii\helpers\Html;
|
||||
use common\components\Helper;
|
||||
|
||||
/* @var $this \yii\web\View */
|
||||
/* @var $content string */
|
||||
@@ -16,7 +17,7 @@ use yii\helpers\Html;
|
||||
</a>
|
||||
|
||||
<div class="navbar-header">
|
||||
<a class="navbar-brand" href="#">Adminisztráció</a>
|
||||
<a class="navbar-brand" href="#"> <?php echo Helper::getCompanyName() ?> Adminisztráció</a>
|
||||
</div>
|
||||
|
||||
<div class="navbar-custom-menu">
|
||||
|
||||
Reference in New Issue
Block a user