fixes #137 - thanks for reporting, @Fraenkiman :)
This commit is contained in:
parent
af1aa7759b
commit
553fd0a9e8
@ -1,22 +1,21 @@
|
||||
<?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';
|
||||
|
||||
/*
|
||||
* Style Name: Leggero V2
|
||||
* 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: 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';
|
||||
|
||||
?>
|
||||
|
@ -2,7 +2,7 @@
|
||||
/*
|
||||
* 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!
|
||||
* Description: A responsive and more flat version of the default FlatPress theme.
|
||||
* Version: 1.2
|
||||
* Author: NoWhereMan and Drudo, optimised by Laborix
|
||||
* Author URI: https://www.flatpress.org/
|
||||
|
Loading…
x
Reference in New Issue
Block a user