diff options
author | Mario Vavti <mario@mariovavti.com> | 2017-08-01 14:25:59 +0200 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2017-08-01 14:27:20 +0200 |
commit | 4e2a050afbd62f7b893d91306daa3e4b0328d006 (patch) | |
tree | 7df2b5755b8f24b480f7e897613209b367e6998c /view/theme/redbasic/schema/bluegrid.php | |
parent | a72b549aa717e988df006061af38e5c4d91d4ce0 (diff) | |
download | volse-hubzilla-4e2a050afbd62f7b893d91306daa3e4b0328d006.tar.gz volse-hubzilla-4e2a050afbd62f7b893d91306daa3e4b0328d006.tar.bz2 volse-hubzilla-4e2a050afbd62f7b893d91306daa3e4b0328d006.zip |
remove blugrid schema until somebody cares to fix it
Diffstat (limited to 'view/theme/redbasic/schema/bluegrid.php')
-rw-r--r-- | view/theme/redbasic/schema/bluegrid.php | 28 |
1 files changed, 0 insertions, 28 deletions
diff --git a/view/theme/redbasic/schema/bluegrid.php b/view/theme/redbasic/schema/bluegrid.php deleted file mode 100644 index fdb552611..000000000 --- a/view/theme/redbasic/schema/bluegrid.php +++ /dev/null @@ -1,28 +0,0 @@ -<?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"; - - - - - - |