From: Sarven Capadisli Date: Mon, 27 Jul 2009 16:57:30 +0000 (+0000) Subject: Added config options for site's default design value X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=0c8d003d40fb947d2f79398137c039803e0a5966;p=quix0rs-gnu-social.git Added config options for site's default design value --- diff --git a/config.php.sample b/config.php.sample index 57aa6a6c8c..36e62f70f2 100644 --- a/config.php.sample +++ b/config.php.sample @@ -18,6 +18,14 @@ $config['site']['server'] = 'localhost'; $config['site']['path'] = 'laconica'; // $config['site']['fancy'] = false; // $config['site']['theme'] = 'default'; +// Sets the site's default design values (match it with the values in the theme) +// $config['site']['design']['backgroundcolor'] = '#F0F2F5'; +// $config['site']['design']['contentcolor'] = '#FFFFFF'; +// $config['site']['design']['sidebarcolor'] = '#CEE1E9'; +// $config['site']['design']['textcolor'] = '#000000'; +// $config['site']['design']['linkcolor'] = '#002E6E'; +// $config['site']['design']['backgroundimage'] = null; +// $config['site']['design']['disposition'] = 1; // To enable the built-in mobile style sheet, defaults to false. // $config['site']['mobile'] = true; // For contact email, defaults to $_SERVER["SERVER_ADMIN"]