reverted change, set correct startpage

This commit is contained in:
real_nowhereman 2007-11-02 16:49:59 +00:00
parent 03a0fde2aa
commit 7358859441

View File

@ -7,9 +7,9 @@ $fp_config = array (
'title' => 'FlatPress', 'title' => 'FlatPress',
'subtitle' => 'My FlatPress blog', 'subtitle' => 'My FlatPress blog',
'footer' => '', 'footer' => '',
'author' => NULL, 'author' => 'FlatPress Team',
'email' => 'webmaster@localhost.com', 'email' => 'webmaster@localhost.com',
'startpage' => 'about', 'startpage' => NULL,
'maxentries' => '5', 'maxentries' => '5',
'notify' => true, 'notify' => true,
'theme' => 'leggero', 'theme' => 'leggero',