yii - Redirect to Home Page using Nav Bar -
i want add 1 button in nav bar redirect index.php. please me complete task.i want redirect below url
http://localhost/backup/web/index.php
i trying below code,
echo nav::widget([ 'options' => ['class' => 'navbar-nav navbar-right'], 'encodelabels' => false, 'items' => [ ['label' => 'contactus', 'url' => ['index.php']], ], ]);
try this
'url'=> yii::$app->homeurl
Comments
Post a Comment