diff options
author | Tazman DeVille <tazmandevil@gmx.com> | 2014-02-02 05:19:29 +0100 |
---|---|---|
committer | Tazman DeVille <tazmandevil@gmx.com> | 2014-02-02 05:19:29 +0100 |
commit | de412abe88a697f08755f09694fd16f9230482cb (patch) | |
tree | 9beec116839d216c8a894e28ecf71fea4e731dcb /view/theme/redbasic/php | |
parent | bd8378339117f307c73e176e80a3417c8fb2a3f4 (diff) | |
download | volse-hubzilla-de412abe88a697f08755f09694fd16f9230482cb.tar.gz volse-hubzilla-de412abe88a697f08755f09694fd16f9230482cb.tar.bz2 volse-hubzilla-de412abe88a697f08755f09694fd16f9230482cb.zip |
user configured link colour
Diffstat (limited to 'view/theme/redbasic/php')
-rw-r--r-- | view/theme/redbasic/php/style.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/view/theme/redbasic/php/style.php b/view/theme/redbasic/php/style.php index 35fe54fe4..fcb762891 100644 --- a/view/theme/redbasic/php/style.php +++ b/view/theme/redbasic/php/style.php @@ -10,10 +10,10 @@ // 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'); + $link_colour = get_pconfig($uid, "redbasic", "link_colour"); $schema = get_pconfig($uid,'redbasic','schema'); $bgcolour = get_pconfig($uid, "redbasic", "background_colour"); $background_image = get_pconfig($uid, "redbasic", "background_image"); |