From 03c4b2e474344677b527e6f101113f7077c56c2e Mon Sep 17 00:00:00 2001 From: andrewmbacon Date: Fri, 22 Aug 2014 15:23:52 -0400 Subject: [PATCH] Merge conflicts --- css/widgets-area.php | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 css/widgets-area.php diff --git a/css/widgets-area.php b/css/widgets-area.php new file mode 100644 index 0000000..8ca618a --- /dev/null +++ b/css/widgets-area.php @@ -0,0 +1,22 @@ + $index ){ + $index = $i; //$index is the biggest home widget area that has widgets, the next widget area doesn't have widgets + } + } + } + $start = ++$index; + for ($i=$start; $i < 31; $i++) { + echo '#home'.$i.'{ display:none; } '; + } +?> \ No newline at end of file