You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
- <?php
- /* @var $panel yii\debug\panels\ConfigPanel */
- ?>
- <div class="yii-debug-toolbar__block">
- <a href="<?= $panel->getUrl() ?>">
- <span class="yii-debug-toolbar__label"><?= $panel->data['application']['yii'] ?></span>
- PHP
- <span class="yii-debug-toolbar__label"><?= $panel->data['php']['version'] ?></span>
- </a>
- </div>
|