diff options
author | Tazman DeVille <tazmandevil@gmx.com> | 2014-02-02 04:32:43 +0100 |
---|---|---|
committer | Tazman DeVille <tazmandevil@gmx.com> | 2014-02-02 04:32:43 +0100 |
commit | bd8378339117f307c73e176e80a3417c8fb2a3f4 (patch) | |
tree | 28861cd52cfaad92919099ced3973ea8bf86dcf3 /view/theme | |
parent | a2761213e025d55f96803847712db10ac5f8e78c (diff) | |
download | volse-hubzilla-bd8378339117f307c73e176e80a3417c8fb2a3f4.tar.gz volse-hubzilla-bd8378339117f307c73e176e80a3417c8fb2a3f4.tar.bz2 volse-hubzilla-bd8378339117f307c73e176e80a3417c8fb2a3f4.zip |
link colours
Diffstat (limited to 'view/theme')
-rw-r--r-- | view/theme/redbasic/php/style.php | 1 |
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'); |