Answer the question
In order to leave comments, you need to log in
Yii Why doesn't this construction work?
Why doesn't the menu template change, it says in the docs that it can be changed, but nothing happens...
Here is the code,
echo Menu::widget([
'items' => [
['label' => 'Главная', 'url' => ['site/index']],
['label' => 'Все посты', 'url' => ['site/buy']]
],
'labelTemplate' => '{label}',
'submenuTemplate' => '<div class="main_menu">{items}</div>'
]);
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question