23 lines
490 B
PHP
23 lines
490 B
PHP
<?php
|
|
/*
|
|
Style Name: FlatMaas Revisited
|
|
Style URI: http://www.flatpress.org/
|
|
Description: (UNFINISHED) The old default of FlatPress, now coming as a Leggero style.
|
|
Version: 0.705
|
|
Author: 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'] = 'default';
|
|
|
|
?>
|