diff options
Diffstat (limited to 'config.php.example')
-rw-r--r-- | config.php.example | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/config.php.example b/config.php.example index 7666cb3..7355e92 100644 --- a/config.php.example +++ b/config.php.example @@ -6,6 +6,8 @@ $config['contact']['mail'] = 'support@example.com'; // Frontpage configuration +// CSS to use +$config['frontpage']['css'] = 'includes/style.css'; // Title of the page $config['frontpage']['title'] = 'Looking Glass'; // Logo to display |