diff options
-rw-r--r-- | config.php.example | 2 | ||||
-rw-r--r-- | css/style.css (renamed from includes/style.css) | 0 |
2 files changed, 1 insertions, 1 deletions
diff --git a/config.php.example b/config.php.example index 37a33c2..0f19e46 100644 --- a/config.php.example +++ b/config.php.example @@ -7,7 +7,7 @@ $config['contact']['mail'] = 'support@example.com'; // Frontpage configuration // CSS to use -$config['frontpage']['css'] = 'includes/style.css'; +$config['frontpage']['css'] = 'css/style.css'; // Title of the page $config['frontpage']['title'] = 'Looking Glass'; $config['frontpage']['show_title'] = true; diff --git a/includes/style.css b/css/style.css index 0c815ba..0c815ba 100644 --- a/includes/style.css +++ b/css/style.css |