Skip to content

thomascube/roundcube-customizr

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Roundcube Customizr

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

About

Roundcube plugin to customize logos and styles by config

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages