Reindl Harald h.reindl@thelounge.net schrieb am 01.03.18 um 17:36:04 Uhr:
Am 01.03.2018 um 17:28 schrieb Andreas Meyer:
Is it possible to not let the user choose between the styles larry and classic?
surely, my rpmbuild even removes "larry" before generating the package in the %install section
$rcmail_config['skin'] = 'classic';
I have $config['skin'] = 'larry' already set. Nevertheless in the settings one can choose between classic and larry style.
Andreas
On 03/01/2018 06:08 PM, Andreas Meyer wrote:
I have $config['skin'] = 'larry' already set. Nevertheless in the settings one can choose between classic and larry style.
Use $config['dont_override'] = array('skin');