13 lines
		
	
	
		
			299 B
		
	
	
	
		
			PHP
		
	
		
		
			
		
	
	
			13 lines
		
	
	
		
			299 B
		
	
	
	
		
			PHP
		
	
|  | <?php | ||
|  | 
 | ||
|  | return [ | ||
|  |     'name' => 'Modern theme', | ||
|  |     'description' => 'Example theme. A modern, clean theme for Jilo Web.', | ||
|  |     'version' => '1.0.0', | ||
|  |     'author' => 'Lindeas Inc.', | ||
|  |     'screenshot' => 'screenshot.png', | ||
|  |     'options' => [ | ||
|  |         // Theme-specific options can be defined here
 | ||
|  |     ] | ||
|  | ]; |