diff options
author | mrjive <mrjive@mrjive.it> | 2015-11-11 16:51:48 +0100 |
---|---|---|
committer | mrjive <mrjive@mrjive.it> | 2015-11-11 16:51:48 +0100 |
commit | 53a796afcc0cff6f9e3f51457df4506a43db1945 (patch) | |
tree | a2366c48e0dae047b052283cc44284224369c8cd /view/theme/redbasic/schema/bluegrid.php | |
parent | a4c3058f845a1c38d06b2201a10700c5f878366d (diff) | |
parent | bc7c0ed844711e81c4bc642e3024849195a48421 (diff) | |
download | volse-hubzilla-53a796afcc0cff6f9e3f51457df4506a43db1945.tar.gz volse-hubzilla-53a796afcc0cff6f9e3f51457df4506a43db1945.tar.bz2 volse-hubzilla-53a796afcc0cff6f9e3f51457df4506a43db1945.zip |
Merge pull request #8 from redmatrix/master
get fresh code from HZ base
Diffstat (limited to 'view/theme/redbasic/schema/bluegrid.php')
-rw-r--r-- | view/theme/redbasic/schema/bluegrid.php | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/view/theme/redbasic/schema/bluegrid.php b/view/theme/redbasic/schema/bluegrid.php new file mode 100644 index 000000000..fdb552611 --- /dev/null +++ b/view/theme/redbasic/schema/bluegrid.php @@ -0,0 +1,28 @@ +<?php + + if (! $nav_bg) + $nav_bg = "#FFF"; + if (! $nav_active_gradient_top) + $nav_active_gradient_top = "#FFF"; + if (! $nav_active_gradient_bottom) + $nav_active_gradient_bottom = "#43488A"; + if (! $nav_bd) + $nav_bd = "#fff"; + if (! $nav_icon_colour) + $nav_icon_colour = "#FFF"; + if (! $nav_active_icon_colour) + $nav_active_icon_colour = "#43488A"; + if (! $banner_colour) + $banner_colour = "#fff"; + if (! $bgcolour) + $bgcolour = "#43488A"; + if (! $background_image) + $background_image = "/images/bggrid.png"; + if (! $link_colour) + $link_colour = "#43488A"; + + + + + + |