roundcube / customizr
Plugin to set custom logo, watermark image and stylesheets by config.
Installs: 1 440
Dependents: 0
Suggesters: 0
Security: 0
Stars: 8
Watchers: 6
Forks: 5
Open Issues: 1
Type:roundcube-plugin
Requires
- php: >=5.3.0
- roundcube/plugin-installer: >=0.1.3
This package is auto-updated.
Last update: 2024-10-27 01:55:54 UTC
README
Plugin to customize logo, watermark image and stylesheets by config.
Download and install via http://plugins.roundcube.net
Configuration Options
Set the following options directly in Roundcube's main config file or via host-specific configurations:
// 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';