24 lines
538 B
PHP
24 lines
538 B
PHP
<?php
|
|
/*
|
|
Style Name: FlatMaas Revisited
|
|
Style URI: http://www.flatpress.org/
|
|
Description: The old default of FlatPress, now coming as a Leggero style.
|
|
Version: 0.705
|
|
Author: Drudo
|
|
Author URI: http://www.flatpress.org/
|
|
*/
|
|
|
|
|
|
$style['name'] = 'flatmaas-rev';
|
|
$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'] = '../../leggero/res/print.css';
|
|
$style['style'] = 'default';
|
|
|
|
?>
|