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
				
				583 B
			
		
		
			
		
	
	
					19 lines
				
				583 B
			| 
								 
											12 years ago
										 
									 | 
							
								<?php
							 | 
						||
| 
								 | 
							
								/**
							 | 
						||
| 
								 | 
							
								 * @var yii\base\View $this
							 | 
						||
| 
								 | 
							
								 * @var yii\gii\generators\module\Generator $generator
							 | 
						||
| 
								 | 
							
								 */
							 | 
						||
| 
								 | 
							
								?>
							 | 
						||
| 
								 
											12 years ago
										 
									 | 
							
								<div class="<?= $generator->moduleID . '-default-index' ?>">
							 | 
						||
| 
								 
											12 years ago
										 
									 | 
							
									<h1><?= "<?= " ?>$this->context->action->uniqueId ?></h1>
							 | 
						||
| 
								 
											12 years ago
										 
									 | 
							
									<p>
							 | 
						||
| 
								 
											12 years ago
										 
									 | 
							
										This is the view content for action "<?= "<?= " ?>$this->context->action->id ?>".
							 | 
						||
| 
								 | 
							
										The action belongs to the controller "<?= "<?= " ?>get_class($this->context) ?>"
							 | 
						||
| 
								 | 
							
										in the "<?= "<?= " ?>$this->context->module->id ?>" module.
							 | 
						||
| 
								 
											12 years ago
										 
									 | 
							
									</p>
							 | 
						||
| 
								 | 
							
									<p>
							 | 
						||
| 
								 | 
							
										You may customize this page by editing the following file:<br>
							 | 
						||
| 
								 
											12 years ago
										 
									 | 
							
										<code><?= "<?= " ?>__FILE__ ?></code>
							 | 
						||
| 
								 
											12 years ago
										 
									 | 
							
									</p>
							 | 
						||
| 
								 | 
							
								</div>
							 |