user configured link colour

This commit is contained in:
Tazman DeVille 2014-02-02 05:19:29 +01:00
parent bd83783391
commit de412abe88
2 changed files with 2 additions and 2 deletions

View File

@ -40,7 +40,7 @@ abbr {
a, a:visited, a:link, .fakelink, .fakelink:visited, .fakelink:link {
font-weight: bold;
color: #7b0000;
color: $link_colour;
text-decoration: none;
}

View File

@ -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");