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.

12 lines
323B

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