diff options
author | Guillaume Mazoyer <respawneral@gmail.com> | 2014-06-10 14:41:21 +0200 |
---|---|---|
committer | Guillaume Mazoyer <respawneral@gmail.com> | 2014-06-10 14:41:21 +0200 |
commit | 9189da16073a0c2fab560df7fdbe5edb331d8c47 (patch) | |
tree | 6204a24765c3e191693704107d764e806aadf988 /config.php.example | |
parent | d45eab0fe59e5a24e0562365d3c314ca7bde99f3 (diff) |
Move CSS to a dedicated directory css/
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; |