aboutsummaryrefslogtreecommitdiffstats
path: root/view/theme/redbasic/php
diff options
context:
space:
mode:
authorTazman DeVille <tazmandevil@gmx.com>2014-02-02 04:32:43 +0100
committerTazman DeVille <tazmandevil@gmx.com>2014-02-02 04:32:43 +0100
commitbd8378339117f307c73e176e80a3417c8fb2a3f4 (patch)
tree28861cd52cfaad92919099ced3973ea8bf86dcf3 /view/theme/redbasic/php
parenta2761213e025d55f96803847712db10ac5f8e78c (diff)
downloadvolse-hubzilla-bd8378339117f307c73e176e80a3417c8fb2a3f4.tar.gz
volse-hubzilla-bd8378339117f307c73e176e80a3417c8fb2a3f4.tar.bz2
volse-hubzilla-bd8378339117f307c73e176e80a3417c8fb2a3f4.zip
link colours
Diffstat (limited to 'view/theme/redbasic/php')
-rw-r--r--view/theme/redbasic/php/style.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/view/theme/redbasic/php/style.php b/view/theme/redbasic/php/style.php
index 85420fbaf..35fe54fe4 100644
--- a/view/theme/redbasic/php/style.php
+++ b/view/theme/redbasic/php/style.php
@@ -10,6 +10,7 @@
// A further two - $nav_bg_3 and $nav_bg_4 are used to create the hover, if any particular scheme
// wants to implement that
$nav_colour = get_pconfig($uid, "redbasic", "nav_colour");
+ $link_colour = get_pconfig($uid, "redbasic", "link_colour");
// Load the owners pconfig
$banner_colour = get_pconfig($uid,'redbasic','banner_colour');