roundcube/customizr

通过配置设置自定义徽标、水印图片和样式表的插件。

安装数: 1,391

依赖者: 0

建议者: 0

安全性: 0

星标: 8

关注者: 6

分支: 5

公开问题: 1

类型:roundcube-plugin

0.1.0 2014-05-15 07:01 UTC

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';