23 lines
		
	
	
		
			528 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
			
		
		
	
	
			23 lines
		
	
	
		
			528 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
| <?php
 | |
| /*  
 | |
| Style Name: Leggero V2
 | |
| Style URI: http://www.flatpress.org/
 | |
| Description: A modern version of the default FlatPress theme.
 | |
| Version: 0.705
 | |
| Author: NoWhereMan, Drudo and Marc Thibeault
 | |
| Author URI: http://www.flatpress.org/
 | |
| */
 | |
| 	
 | |
| 	$style['name'] = 'leggero-v2';
 | |
| 	$style['author'] = 'NoWhereMan';
 | |
| 	$style['www'] = 'http://www.flatpress.org/';
 | |
| 	
 | |
| 	$style['version'] = 0.705;
 | |
| 		
 | |
| 	$style['style_def'] = 'style.css';
 | |
| 	$style['style_admin'] = 'admin.css';
 | |
| 	$style['style_print'] = 'print.css';
 | |
| 	$style['style'] = 'default';
 | |
| 	
 | |
| ?>
 | 
