|
@ -5,8 +5,8 @@ use yii\helpers\Html; |
|
|
/* @var $this yii\web\View */ |
|
|
/* @var $this yii\web\View */ |
|
|
/* @var $model antgoods\goods\models\ars\Category */ |
|
|
/* @var $model antgoods\goods\models\ars\Category */ |
|
|
|
|
|
|
|
|
$this->title = '编辑商品分类: ' . $model->name; |
|
|
|
|
|
$this->params['breadcrumbs'][] = ['label' => '商品分类', 'url' => ['index']]; |
|
|
|
|
|
|
|
|
$this->title = '编辑后台商品分类: ' . $model->name; |
|
|
|
|
|
$this->params['breadcrumbs'][] = ['label' => '后台商品分类', 'url' => ['index']]; |
|
|
$this->params['breadcrumbs'][] = ['label' => $model->name, 'url' => ['view', 'id' => $model->id]]; |
|
|
$this->params['breadcrumbs'][] = ['label' => $model->name, 'url' => ['view', 'id' => $model->id]]; |
|
|
$this->params['breadcrumbs'][] = '编辑 '; |
|
|
$this->params['breadcrumbs'][] = '编辑 '; |
|
|
?>
|
|
|
?>
|
|
|