From 9189da16073a0c2fab560df7fdbe5edb331d8c47 Mon Sep 17 00:00:00 2001 From: Guillaume Mazoyer Date: Tue, 10 Jun 2014 14:41:21 +0200 Subject: Move CSS to a dedicated directory css/ --- config.php.example | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'config.php.example') 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; -- cgit v1.2.3