azett 8d524a55e7 Readmore plugin: Added Czech language file - thanks again Lubomír!
And: Leggero theme comes with a hint to its different styles.
2019-02-03 14:54:53 +01:00

22 lines
537 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.
* Version: 0.705
* Author: NoWhereMan and Drudo
* Author URI: http://www.flatpress.org/
*/
$style ['name'] = 'leggero';
$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';
?>