Skip to content

Commit 7621c61

Browse files
author
Chepurnoy
committed
change breadcrumbs for main page
1 parent 7188a0c commit 7621c61

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

views/index.php

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,6 @@
1111
$this->params['breadcrumbs'][] = ['label' => \yii\helpers\Inflector::titleize($this->context->module->id),
1212
'url' => $this->context->module->id
1313
];
14-
$this->params['breadcrumbs'][] = ['label' => \yii\helpers\Inflector::titleize($this->context->id),
15-
'url' => $this->context->module->id . '/' . $this->context->id
16-
];
1714
$this->params['breadcrumbs'][] = $this->title;
1815
?>
1916
<div class="cron-schedule-model-index">

0 commit comments

Comments
 (0)