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.
		
		
		
		
		
			
		
			
				
					
					
						
							18 lines
						
					
					
						
							429 B
						
					
					
				
			
		
		
	
	
							18 lines
						
					
					
						
							429 B
						
					
					
				| <?php | |
| /** | |
|  * @var \yii\base\View $this | |
|  * @var \yii\debug\Panel[] $panels | |
|  * @var string $tag | |
|  */ | |
| use yii\helpers\Html; | |
| ?> | |
| <style> | |
| 	<?php echo $this->renderFile(__DIR__ . '/toolbar.css'); ?> | |
| </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>
 | |
| 
 |