1
0
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:
Sebastian
2017-07-02 19:39:47 +02:00
parent 7400aee20e
commit 1cf4b3501d
11 changed files with 7 additions and 216 deletions

View File

@@ -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'),