i have a link (href) to another site but i have problem
this is my code :
return Html::a('Create More', ["https://face.com/"], ['class' => 'btn btn-primary', 'role' => 'modal-remote']);
why my link is a new action? i want change my baseurl to https://face.com/ but dosnt work
this is my new link:
https://niniplus.com/newadmin/index.php/https://face.com
By just removing the array ["https://face.com/"]
, an absolute url will be return.
return Html::a('Create More', "https://face.com/", ['class' => 'btn btn-primary', 'role' => 'modal-remote']);
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With