'gettext_id'=>'Directory for static style sheets (CSS)',
'gettext_comment'=>
'After an upgrade, static CSS files are upgraded with the newly installed "css.tt2" template. Therefore, this is not a good place to store customized CSS files.',
'optional'=>'1',
'vhost'=>'1',
},
{'name'=>'css_url',
'default'=>'/static-sympa/css',
'gettext_id'=>'URL for style sheets (CSS)',
'gettext_comment'=>
'To use auto-generated static CSS, HTTP server have to map it with "css_path".',
'optional'=>'1',
'vhost'=>'1',
},
{'name'=>'pictures_path',
'default_s'=>'$PICTURESDIR',
'gettext_id'=>'Directory for subscribers pictures',
'vhost'=>'1',
},
{'name'=>'pictures_url',
'default'=>'/static-sympa/pictures',
'gettext_id'=>'URL for subscribers pictures',
'gettext_comment'=>
'HTTP server have to map it with "pictures_path" directory.',
'vhost'=>'1',
},
{'name'=>'color_0',
'gettext_id'=>'Colors for web interface',
...
...
@@ -1694,6 +1688,7 @@ our @params = (
'gettext_comment'=>
"Enables or disables the pictures feature by default. If enabled, subscribers can upload their picture (from the \"Subscriber option\" page) to use as an avatar.\nPictures are stored in a directory specified by the \"static_content_path\" parameter.",
'default'=>'on',
'vhost'=>'1',
},
{'name'=>'pictures_max_size',
'gettext_id'=>'The maximum size of uploaded picture',