roundcube / customizr
通过配置设置自定义徽标、水印图片和样式表的插件。
0.1.0
2014-05-15 07:01 UTC
Requires
- php: >=5.3.0
- roundcube/plugin-installer: >=0.1.3
This package is auto-updated.
Last update: 2024-08-27 01:42:23 UTC
README
通过配置自定义徽标、水印图片和样式的插件。
通过 http://plugins.roundcube.net 下载和安装
配置选项
直接在Roundcube的主配置文件中设置以下选项,或通过 特定主机配置
// define a custom watermark image (relative or absolute URL) $config['custom_watermark_image'] = './skins/custom_watermark.png'; // define a custom URI to be displayed instead of the empty watermark page $config['custom_watermark_uri'] = ''; // define a custom favicon image (emtpy string to remove it) $config['custom_favicon'] = './skins/custom_favicon.ico'; // defines a custom CSS file which is added to every page $config['custom_stylesheet'] = './skins/custom_stylez.css';