Add key controller to add/update keys , add bakcend skin param

This commit is contained in:
2016-02-19 21:33:06 +01:00
parent 84e2badd34
commit 4aa17e5210
10 changed files with 83 additions and 19 deletions

View File

@@ -1,5 +1,6 @@
<?php
use yii\helpers\Html;
use common\components\Helper;
/* @var $this \yii\web\View */
/* @var $content string */
@@ -45,7 +46,7 @@ if (Yii::$app->controller->action->id === 'login') {
}
</style>
</head>
<body class="hold-transition skin-red sidebar-mini">
<body class="hold-transition <?php echo Helper::getBackendSkin()?> sidebar-mini">
<?php $this->beginBody() ?>
<div class="wrapper">