aboutsummaryrefslogtreecommitdiffstats
path: root/view/theme/redbasic/schema/bluegrid.php
diff options
context:
space:
mode:
authorMario Vavti <mario@mariovavti.com>2017-08-01 14:25:59 +0200
committerMario Vavti <mario@mariovavti.com>2017-08-01 14:27:20 +0200
commit4e2a050afbd62f7b893d91306daa3e4b0328d006 (patch)
tree7df2b5755b8f24b480f7e897613209b367e6998c /view/theme/redbasic/schema/bluegrid.php
parenta72b549aa717e988df006061af38e5c4d91d4ce0 (diff)
downloadvolse-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.php28
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";
-
-
-
-
-
-