link colours

This commit is contained in:
Tazman DeVille 2014-02-02 04:32:43 +01:00
parent a2761213e0
commit bd83783391

View File

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