first commit
This commit is contained in:
		
							
								
								
									
										18
									
								
								templates/index.php
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										18
									
								
								templates/index.php
									
									
									
									
									
										Normal file
									
								
							@ -0,0 +1,18 @@
 | 
			
		||||
<?php
 | 
			
		||||
script('mywiki', 'script');
 | 
			
		||||
style('mywiki', 'style');
 | 
			
		||||
?>
 | 
			
		||||
 | 
			
		||||
<div id="app">
 | 
			
		||||
	<div id="app-navigation">
 | 
			
		||||
		<?php print_unescaped($this->inc('navigation/index')); ?>
 | 
			
		||||
		<?php print_unescaped($this->inc('settings/index')); ?>
 | 
			
		||||
	</div>
 | 
			
		||||
 | 
			
		||||
	<div id="app-content">
 | 
			
		||||
		<div id="app-content-wrapper">
 | 
			
		||||
			<?php print_unescaped($this->inc('content/index')); ?>
 | 
			
		||||
		</div>
 | 
			
		||||
	</div>
 | 
			
		||||
</div>
 | 
			
		||||
 | 
			
		||||
		Reference in New Issue
	
	Block a user