yii-starter-kit / yii2-starter-kit

Yii2 Starter Kit
http://yii2-starter-kit.terentev.net
Other
1.42k stars 648 forks source link

Fix backend app links #757

Closed carlos-andres closed 3 years ago

carlos-andres commented 4 years ago

On the brand logo link replace the / href with . <?php echo Yii::getAlias('@backendUrl') ?>

<a href="<?php echo Yii::getAlias('@backendUrl') ?>" class="brand-link text-center <?php echo $keyStorage->get('adminlte.brand-text-small') ? 'text-sm' : null ?>">

in some cases for single domain some links not work correctly.

Thanks a lot