24 lines
		
	
	
		
			293 B
		
	
	
	
		
			Smarty
		
	
	
		
			Executable File
		
	
	
	
	
			
		
		
	
	
			24 lines
		
	
	
		
			293 B
		
	
	
	
		
			Smarty
		
	
	
		
			Executable File
		
	
	
	
	
| {include file=header.tpl}
 | |
| 
 | |
| 		<div id="main">
 | |
| 		
 | |
| 		
 | |
| 		{entry_block}
 | |
| 		
 | |
| 			{entry}
 | |
| 			{include file='entry-default.tpl'}
 | |
| 			{/entry}
 | |
| 		
 | |
| 			<div class="navigation">
 | |
| 				{nextpage}{prevpage}
 | |
| 			</div>
 | |
| 			
 | |
| 		{/entry_block}
 | |
| 
 | |
| 		</div>
 | |
| 			
 | |
| 
 | |
| 		{include file=widgets.tpl}
 | |
| 				
 | |
| {include file=footer.tpl}
 | 
