From 5dc1772f8a65a8999084b10514dd19fe87a4322a Mon Sep 17 00:00:00 2001 From: following Date: Tue, 12 Feb 2013 20:53:09 +0100 Subject: [PATCH] default options for declined license replacement pics --- htdocs/config2/settings-dist.inc.php | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/htdocs/config2/settings-dist.inc.php b/htdocs/config2/settings-dist.inc.php index 6ec81d6b..b6e7680e 100644 --- a/htdocs/config2/settings-dist.inc.php +++ b/htdocs/config2/settings-dist.inc.php @@ -264,6 +264,15 @@ $opt['logic']['pictures']['thumb_url'] = $opt['logic']['pictures']['url'] . '/thumbs'; $opt['logic']['pictures']['thumb_dir'] = $opt['rootpath'] . 'images/uploads/thumbs'; + /* Defaults for picture replacement on declined license + * + * replacement picture must be square sized + */ + $opt['logic']['pictures']['dummy']['bgcolor'] = array(255,255,255); + $opt['logic']['pictures']['dummy']['text'] = ''; + $opt['logic']['pictures']['dummy']['textcolor'] = array(0,0,0); + $opt['logic']['pictures']['dummy']['replacepic'] = $opt['rootpath'] . 'images/'; + /* location of uploaded podcasts */ $opt['logic']['podcasts']['dir'] = $opt['rootpath'] . 'podcasts/uploads';