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:25:59 +0200
commit8b6a24c67d6cc5f96c9255a18fe1a61257bc76b8 (patch)
tree5ff33978bfc8c212d612ea91e9cdf2ef28af29bc /view/theme/redbasic/schema/bluegrid.php
parent2f8c5cf7d09f7d079671785574b588bc21c373cd (diff)
downloadvolse-hubzilla-8b6a24c67d6cc5f96c9255a18fe1a61257bc76b8.tar.gz
volse-hubzilla-8b6a24c67d6cc5f96c9255a18fe1a61257bc76b8.tar.bz2
volse-hubzilla-8b6a24c67d6cc5f96c9255a18fe1a61257bc76b8.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";
-
-
-
-
-
-