diff options
-rw-r--r-- | version.inc | 2 | ||||
-rw-r--r-- | view/theme/redbasic/schema/notred.php | 5 |
2 files changed, 6 insertions, 1 deletions
diff --git a/version.inc b/version.inc index c496e0bbe..9aeb9dda6 100644 --- a/version.inc +++ b/version.inc @@ -1 +1 @@ -2014-02-12.586 +2014-02-13.587 diff --git a/view/theme/redbasic/schema/notred.php b/view/theme/redbasic/schema/notred.php new file mode 100644 index 000000000..5a6dda336 --- /dev/null +++ b/view/theme/redbasic/schema/notred.php @@ -0,0 +1,5 @@ +<?php + + if (! $nav_colour) + $nav_colour = "black"; + |