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.
		
		
		
		
			
				
					24 lines
				
				396 B
			
		
		
			
		
	
	
					24 lines
				
				396 B
			| 
								 
											13 years ago
										 
									 | 
							
								<?php
							 | 
						||
| 
								 | 
							
								/**
							 | 
						||
| 
								 | 
							
								 * @var \yii\base\View $this
							 | 
						||
| 
								 | 
							
								 * @var string $content
							 | 
						||
| 
								 | 
							
								 */
							 | 
						||
| 
								 | 
							
								use yii\helpers\Html;
							 | 
						||
| 
								 
											13 years ago
										 
									 | 
							
								
							 | 
						||
| 
								 
											12 years ago
										 
									 | 
							
								yii\debug\DebugAsset::register($this);
							 | 
						||
| 
								 
											13 years ago
										 
									 | 
							
								?>
							 | 
						||
| 
								 | 
							
								<!DOCTYPE html>
							 | 
						||
| 
								 | 
							
								<html>
							 | 
						||
| 
								 | 
							
								<?php $this->beginPage(); ?>
							 | 
						||
| 
								 | 
							
								<head>
							 | 
						||
| 
								 
											12 years ago
										 
									 | 
							
									<title><?= Html::encode($this->title) ?></title>
							 | 
						||
| 
								 
											13 years ago
										 
									 | 
							
									<?php $this->head(); ?>
							 | 
						||
| 
								 | 
							
								</head>
							 | 
						||
| 
								 | 
							
								<body>
							 | 
						||
| 
								 | 
							
								<?php $this->beginBody(); ?>
							 | 
						||
| 
								 
											12 years ago
										 
									 | 
							
								<?= $content ?>
							 | 
						||
| 
								 
											13 years ago
										 
									 | 
							
								<?php $this->endBody(); ?>
							 | 
						||
| 
								 | 
							
								</body>
							 | 
						||
| 
								 | 
							
								<?php $this->endPage(); ?>
							 | 
						||
| 
								 | 
							
								</html>
							 |