aboutsummaryrefslogtreecommitdiffstats
path: root/view/theme/redbasic/php/style.php
diff options
context:
space:
mode:
authorTazman DeVille <tazmandevil@gmx.com>2014-02-02 04:26:56 +0100
committerTazman DeVille <tazmandevil@gmx.com>2014-02-02 04:26:56 +0100
commita2761213e025d55f96803847712db10ac5f8e78c (patch)
tree3dc6dc53f4e931bc2f017b3ca629345ab437cef5 /view/theme/redbasic/php/style.php
parent3b1346c143fef300cbf0bec38333b0b772a01ceb (diff)
downloadvolse-hubzilla-a2761213e025d55f96803847712db10ac5f8e78c.tar.gz
volse-hubzilla-a2761213e025d55f96803847712db10ac5f8e78c.tar.bz2
volse-hubzilla-a2761213e025d55f96803847712db10ac5f8e78c.zip
link colour options
Diffstat (limited to 'view/theme/redbasic/php/style.php')
-rw-r--r--view/theme/redbasic/php/style.php3
1 files changed, 3 insertions, 0 deletions
diff --git a/view/theme/redbasic/php/style.php b/view/theme/redbasic/php/style.php
index 9956ccd31..85420fbaf 100644
--- a/view/theme/redbasic/php/style.php
+++ b/view/theme/redbasic/php/style.php
@@ -63,6 +63,8 @@
$nav_bg_3 = "#f00";
$nav_bg_4 = "#b00";
}
+ if (! $link_colour)
+ $link_colour = "#7b0000";
if (! $banner_colour)
$banner_colour = "fff";
if (! $bgcolour)
@@ -141,6 +143,7 @@ $options = array (
'$nav_bg_2' => $nav_bg_2,
'$nav_bg_3' => $nav_bg_3,
'$nav_bg_4' => $nav_bg_4,
+'$link_colour' => $link_colour,
'$banner_colour' => $banner_colour,
'$search_background' => $search_background,
'$bgcolour' => $bgcolour,