mirror of
				https://github.com/pierre42100/comunic
				synced 2025-11-04 04:04:17 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			10 lines
		
	
	
		
			89 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
			
		
		
	
	
			10 lines
		
	
	
		
			89 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
<?php
 | 
						|
namespace Grav\Theme;
 | 
						|
 | 
						|
use Grav\Common\Theme;
 | 
						|
 | 
						|
class Antimatter extends Theme
 | 
						|
{
 | 
						|
 | 
						|
}
 |