diff options
author | friendica <info@friendica.com> | 2014-02-13 00:52:54 -0800 |
---|---|---|
committer | friendica <info@friendica.com> | 2014-02-13 00:52:54 -0800 |
commit | ec99cac9e8abdb85c1a8355b7617556f238d4c91 (patch) | |
tree | b8d689fa7ee14646215a92baf5108800110b2585 | |
parent | d4d44f9878b9eb0532c574d7d93229e7cb9920d9 (diff) | |
download | volse-hubzilla-ec99cac9e8abdb85c1a8355b7617556f238d4c91.tar.gz volse-hubzilla-ec99cac9e8abdb85c1a8355b7617556f238d4c91.tar.bz2 volse-hubzilla-ec99cac9e8abdb85c1a8355b7617556f238d4c91.zip |
very simple scheme
-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"; + |