Answer the question
In order to leave comments, you need to log in
How to make a menu with anchors and links?
How to make a menu with anchors and links so that all buttons work.
My menu sections are:
$menuItems = [
['label' => 'Портфолио', 'url' => '#portfolio'],
['label' => 'Как я работаю?', 'url' => '#howiwork'],
['label' => 'Цены', 'url' => '#price'],
['label' => 'Сертификаты', 'url' => '#сertificates'],
['label' => 'Контакты', 'url' => ['/site/contact']],
];
$menuItems = [
['label' => 'Портфолио', 'url' => '/#portfolio'],
['label' => 'Как я работаю?', 'url' => '/#howiwork'],
['label' => 'Цены', 'url' => '/#price'],
['label' => 'Сертификаты', 'url' => '/#сertificates'],
['label' => 'Контакты', 'url' => ['/site/contact']],
];
Answer the question
In order to leave comments, you need to log in
[
'label' => 'Как я работаю?',
'url' =>
[
'controller/action',
'someParam'=>'someValue',
'#' =>'howiwork'
],
]
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question