Answer the question
In order to leave comments, you need to log in
How to set up a link via YII2 syntax?
Hello. The site has a regular link, when clicked, a pop-up window with fields is displayed. This link has: its own text, class.
Here:
Html::a(Html::encode('Оформить заказ онлайн прямо сейчас'), '#inline4', ['class' => 'order fancybox now']) ?>
Html::a(Html::encode ('Оформить заказ онлайн прямо сейчас'), '#inline4', ['rel' => 'nofollow'], ['class' => 'order fancybox now']) ?>
Answer the question
In order to leave comments, you need to log in
Html::a(Html::encode ('Оформить заказ онлайн прямо сейчас'), '#inline4', ['rel' => 'nofollow', 'class' => 'order fancybox now'])
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question