Roundcube ロゴメールボックス

Roundcube ロゴメールボックス

Ubuntu 14.04にMail-in-a-boxをインストールしましたが、Roundcubeのロゴを変更する方法が見つからないようです。ありがとう

ベストアンサー1

切り替えるニジャフの口コミで答えを入力してください。HowtoForgeでラウンドキューブのロゴを私のロゴに変更するには?- この機能をテストするソフトウェアがないことを知っています。

/etc/roundcube/config.inc.php ファイルを編集します。

// replace Roundcube logo with this image
// specify an URL relative to the document root of this Roundcube installation
// an array can be used to specify different logos for specific template files, '*' for default logo
// for example array("*" => "/images/roundcube_logo.png", "messageprint" => "/images/roundcube_logo_print.png")
$config['skin_logo'] = "/images/roundcube_logo.png";

このパスで目的の画像を配置する場所です。このパスは Roundcube のインストールに相対的です。

おすすめ記事