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',
'subtitle' => 'My FlatPress blog',
'footer' => '',
'author' => NULL,
'author' => 'FlatPress Team',
'email' => 'webmaster@localhost.com',
'startpage' => 'about',
'startpage' => NULL,
'maxentries' => '5',
'notify' => true,
'theme' => 'leggero',