mirror of
				https://github.com/phpbb/phpbb.git
				synced 2025-10-29 06:26:22 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			26 lines
		
	
	
		
			747 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			26 lines
		
	
	
		
			747 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
| <!-- IF S_SIMPLE_MESSAGE -->
 | |
| 	<!-- INCLUDE simple_header.html -->
 | |
| <!-- ELSE -->
 | |
| 	<!-- INCLUDE overall_header.html -->
 | |
| <!-- ENDIF -->
 | |
| 
 | |
| <div class="panel" id="message">
 | |
| 	<div class="inner">
 | |
| 	<h2 class="message-title">{MESSAGE_TITLE}</h2>
 | |
| 	<p>{MESSAGE_TEXT}</p>
 | |
| 	<!-- IF SCRIPT_NAME == "search" and not S_BOARD_DISABLED and not S_NO_SEARCH and L_RETURN_TO_SEARCH_ADV -->
 | |
| 		<p>
 | |
| 			<a href="{U_SEARCH}" class="arrow-{S_CONTENT_FLOW_BEGIN}" accesskey="r">
 | |
| 				{{ Icon('iconify', 'fa:angle-' ~ S_CONTENT_FLOW_BEGIN, lang('GO_TO_SEARCH_ADV'), true, 'c-return-arrow-icon') }}
 | |
| 			</a>
 | |
| 		</p>
 | |
| 	<!-- ENDIF -->
 | |
| 	</div>
 | |
| </div>
 | |
| 
 | |
| <!-- IF S_SIMPLE_MESSAGE -->
 | |
| 	<!-- INCLUDE simple_footer.html -->
 | |
| <!-- ELSE -->
 | |
| 	<!-- INCLUDE overall_footer.html -->
 | |
| <!-- ENDIF -->
 |