mirror of
				https://github.com/slawkens/myaac.git
				synced 2025-11-04 09:46:23 +01:00 
			
		
		
		
	commitda18629d16Author: slawkens <slawkens@gmail.com> Date: Mon Apr 1 21:53:53 2024 +0200 Fixes to tables headline commit41c3d9ad21Author: slawkens <slawkens@gmail.com> Date: Sun Mar 31 13:59:25 2024 +0200 [WIP] Tables headline
		
			
				
	
	
		
			11 lines
		
	
	
		
			380 B
		
	
	
	
		
			Twig
		
	
	
	
	
	
			
		
		
	
	
			11 lines
		
	
	
		
			380 B
		
	
	
	
		
			Twig
		
	
	
	
	
	
{% set title = 'Logout Successful' %}
 | 
						|
{% set background = config('darkborder') %}
 | 
						|
{% set content %}
 | 
						|
<table style="width:100%;">
 | 
						|
	<tr>
 | 
						|
		<td>You have logged out of your {{ config.serverName }} account. In order to view your account you need to <a href="{{ getLink('account/manage') }}" >log in</a> again.</td>
 | 
						|
	</tr>
 | 
						|
</table>
 | 
						|
{% endset %}
 | 
						|
{% include 'tables.headline.html.twig' %}
 |