10 lines
		
	
	
		
			175 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
			
		
		
	
	
			10 lines
		
	
	
		
			175 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
<?php
 | 
						|
/** @var yii\web\View $this */
 | 
						|
?>
 | 
						|
<h1>category/index</h1>
 | 
						|
 | 
						|
<p>
 | 
						|
    You may change the content of this page by modifying
 | 
						|
    the file <code><?= __FILE__; ?></code>.
 | 
						|
</p>
 |