22 lines
602 B
PHP
22 lines
602 B
PHP
<?php
|
|
/*
|
|
* Style Name: Leggero
|
|
* Style URI: http://www.flatpress.org/
|
|
* Description: The default FlatPress theme which brings a breath of fresh mint air. Responsive and a great start for own themes!
|
|
* Version: 1.2
|
|
* Author: NoWhereMan and Drudo, optimised by Laborix
|
|
* Author URI: https://www.flatpress.org/
|
|
*/
|
|
$style ['name'] = 'leggero';
|
|
$style ['author'] = 'NoWhereMan';
|
|
$style ['www'] = 'https://www.flatpress.org/';
|
|
|
|
$style ['version'] = 1.2;
|
|
|
|
$style ['style_def'] = 'style.css';
|
|
$style ['style_admin'] = 'admin.css';
|
|
$style ['style_print'] = 'print.css';
|
|
$style ['style'] = 'default';
|
|
|
|
?>
|