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.

19 lines
429 B

12 years ago
<?php
/**
* @var \yii\base\View $this
* @var \yii\debug\Panel[] $panels
* @var string $tag
12 years ago
*/
use yii\helpers\Html;
12 years ago
?>
<style>
<?php echo $this->renderFile(__DIR__ . '/toolbar.css'); ?>
12 years ago
</style>
<div id="yii-debug-toolbar">
<?php foreach ($panels as $panel): ?>
<?php echo $panel->getSummary(); ?>
<?php endforeach; ?>
<div id="yii-debug-toolbar-minimize"></div>
</div>
<div id="yii-debug-toolbar-maximize"></div>