Commit 6988a38e authored by Shakarim Sapa's avatar Shakarim Sapa

- мелкие правки

parent 7468516d
......@@ -114,13 +114,13 @@ class CasesAdminController extends AdminController {
{
$model = new CoContent();
Yii::$app->controller->page_title = 'Добавить кейс';
Yii::$app->controller->page_title = 'Добавить проект';
Yii::$app->controller->breadcrumbs = [
[
'Управление кейсами' => \yii\helpers\Url::toRoute('manage')
],
'Добавить кейс',
'Добавить проект',
];
if (Yii::$app->request->isPost)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment