diff options
Diffstat (limited to 'view/theme/redbasic/schema/boxy.php')
-rw-r--r-- | view/theme/redbasic/schema/boxy.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/view/theme/redbasic/schema/boxy.php b/view/theme/redbasic/schema/boxy.php index d609ccd25..f298a0def 100644 --- a/view/theme/redbasic/schema/boxy.php +++ b/view/theme/redbasic/schema/boxy.php @@ -2,3 +2,5 @@ if (! $radiuspx) $radiuspx = "4"; +if (! $comment_border_colour) + $comment_border_colour = "rgb(238,238,238)"; |