fixes #137 - thanks for reporting, @Fraenkiman :)
This commit is contained in:
parent
af1aa7759b
commit
553fd0a9e8
@ -1,22 +1,21 @@
|
|||||||
<?php
|
<?php
|
||||||
/*
|
/*
|
||||||
Style Name: Leggero V2
|
* Style Name: Leggero V2
|
||||||
Style URI: http://www.flatpress.org/
|
* Style URI: http://www.flatpress.org/
|
||||||
Description: A modern version of the default FlatPress theme.
|
* Description: The default FlatPress theme which brings a breath of fresh mint air. Responsive and a great start for own themes!
|
||||||
Version: 0.705
|
* Version: 0.705
|
||||||
Author: NoWhereMan, Drudo and Marc Thibeault
|
* Author: NoWhereMan, Drudo and Marc Thibeault
|
||||||
Author URI: http://www.flatpress.org/
|
* Author URI: http://www.flatpress.org/
|
||||||
*/
|
*/
|
||||||
|
$style ['name'] = 'leggero-v2';
|
||||||
|
$style ['author'] = 'NoWhereMan';
|
||||||
|
$style ['www'] = 'http://www.flatpress.org/';
|
||||||
|
|
||||||
$style['name'] = 'leggero-v2';
|
$style ['version'] = 0.705;
|
||||||
$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_def'] = 'style.css';
|
$style ['style_print'] = 'print.css';
|
||||||
$style['style_admin'] = 'admin.css';
|
$style ['style'] = 'default';
|
||||||
$style['style_print'] = 'print.css';
|
|
||||||
$style['style'] = 'default';
|
|
||||||
|
|
||||||
?>
|
?>
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
/*
|
/*
|
||||||
* Style Name: Leggero
|
* Style Name: Leggero
|
||||||
* Style URI: http://www.flatpress.org/
|
* 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!
|
* Description: A responsive and more flat version of the default FlatPress theme.
|
||||||
* Version: 1.2
|
* Version: 1.2
|
||||||
* Author: NoWhereMan and Drudo, optimised by Laborix
|
* Author: NoWhereMan and Drudo, optimised by Laborix
|
||||||
* Author URI: https://www.flatpress.org/
|
* Author URI: https://www.flatpress.org/
|
||||||
|
Loading…
x
Reference in New Issue
Block a user