mirror of
				https://github.com/elyby/accounts.git
				synced 2025-05-31 14:11:46 +05:30 
			
		
		
		
	
		
			
				
	
	
		
			14 lines
		
	
	
		
			313 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
			
		
		
	
	
			14 lines
		
	
	
		
			313 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
<?php
 | 
						|
/**
 | 
						|
 * @var $this \yii\web\View view component instance
 | 
						|
 * @var $message \yii\mail\MessageInterface the message being composed
 | 
						|
 * @var $content string main view render result
 | 
						|
 */
 | 
						|
 | 
						|
?>
 | 
						|
<?php $this->beginPage() ?>
 | 
						|
<?php $this->beginBody() ?>
 | 
						|
<?= $content ?>
 | 
						|
<?php $this->endBody() ?>
 | 
						|
<?php $this->endPage() ?>
 |