mirror of
https://github.com/typemill/typemill.git
synced 2025-10-22 10:06:07 +02:00
Version 1.0.2: Fixed Settings Bug
This commit is contained in:
@@ -4,8 +4,8 @@ DEFINE('DS', DIRECTORY_SEPARATOR);
|
||||
|
||||
return [
|
||||
'title' => 'TYPEMILL',
|
||||
'author' => 'unknown',
|
||||
'copyright' => 'copyright',
|
||||
'author' => 'Unknown',
|
||||
'copyright' => 'Copyright',
|
||||
'startpage' => true,
|
||||
'rootPath' => __DIR__ . DS . '..' . DS,
|
||||
'theme' => ($theme = 'typemill'),
|
||||
|
Reference in New Issue
Block a user