aboutsummaryrefslogtreecommitdiffstats
path: root/view/theme/redbasic/php/style.php
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2014-06-12 17:32:06 -0700
committerfriendica <info@friendica.com>2014-06-12 17:32:06 -0700
commit4c743b0e15ea6344e70d327a182908bb0273e6ad (patch)
tree2604ac72dceb961e7e0f97837233a5797e94ebab /view/theme/redbasic/php/style.php
parent78609e936371788d4c822da1de1d2fc9a71fa7bc (diff)
parent0c51aae7687f6b61d3a6b38eed4c1956550cd138 (diff)
downloadvolse-hubzilla-4c743b0e15ea6344e70d327a182908bb0273e6ad.tar.gz
volse-hubzilla-4c743b0e15ea6344e70d327a182908bb0273e6ad.tar.bz2
volse-hubzilla-4c743b0e15ea6344e70d327a182908bb0273e6ad.zip
Merge https://github.com/friendica/red into pending_merge
Diffstat (limited to 'view/theme/redbasic/php/style.php')
-rw-r--r--view/theme/redbasic/php/style.php15
1 files changed, 15 insertions, 0 deletions
diff --git a/view/theme/redbasic/php/style.php b/view/theme/redbasic/php/style.php
index 950b43198..1165fab95 100644
--- a/view/theme/redbasic/php/style.php
+++ b/view/theme/redbasic/php/style.php
@@ -250,6 +250,16 @@ if(! $a->install) {
$reply_photo = '32px';
if(! $infomess_bgcolour)
$infomess_bgcolour = "#F0F0F0";
+ if(! $advperm_bgcolour)
+ $advperm_bgcolour = "#F5F5F5";
+ if(! $advperm_bordercol)
+ $advperm_bordercol = "#E3E3E3";
+ if(! $advperm_gradientcol)
+ $advperm_gradientcol = "#E8E8E8";
+ if(! $cal_bgcolour)
+ $cal_bgcolour = "#FCF8E3";
+ if(! $fancybox_bgcolour)
+ $fancybox_bgcolour = "#FFF";
if (!$comment_padding)
$comment_padding="0px";
if (!$comment_border_left)
@@ -366,6 +376,11 @@ $options = array (
'$top_photo' => $top_photo,
'$reply_photo' => $reply_photo,
'$infomess_bgcolour' => $infomess_bgcolour,
+'$advperm_bgcolour' => $advperm_bgcolour,
+'$advperm_bordercol' => $advperm_bordercol,
+'$advperm_gradientcol' => $advperm_gradientcol,
+'$cal_bgcolour' => $cal_bgcolour,
+'$fancybox_bgcolour' => $fancybox_bgcolour,
'$pmenu_top' => $pmenu_top,
'$pmenu_reply' => $pmenu_reply,
'$wwtop' => $wwtop,