diff options
Diffstat (limited to 'config.php.example')
-rw-r--r-- | config.php.example | 2 |
1 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; |