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.

11 lines
350B

  1. <?php
  2. /* @var $panel yii\debug\panels\ConfigPanel */
  3. ?>
  4. <div class="yii-debug-toolbar__block">
  5. <a href="<?= $panel->getUrl() ?>">
  6. <span class="yii-debug-toolbar__label"><?= $panel->data['application']['yii'] ?></span>
  7. PHP
  8. <span class="yii-debug-toolbar__label"><?= $panel->data['php']['version'] ?></span>
  9. </a>
  10. </div>