summaryrefslogtreecommitdiff
path: root/dist/global-templates/hero.php
diff options
context:
space:
mode:
authorMax2018-11-04 22:32:44 +0100
committerMax2018-11-04 22:32:44 +0100
commit76402a87f366838bf06f6e36a552be43dfb5641c (patch)
treeec38e2d9115dee07496edce79129461dce64dd81 /dist/global-templates/hero.php
parenta3e1f8c9c14edf58185f290a492d86d6d688813b (diff)
downloadfuselkoenig_de-76402a87f366838bf06f6e36a552be43dfb5641c.tar.gz
Removes dist/ folder.
Diffstat (limited to 'dist/global-templates/hero.php')
-rw-r--r--dist/global-templates/hero.php25
1 files changed, 0 insertions, 25 deletions
diff --git a/dist/global-templates/hero.php b/dist/global-templates/hero.php
deleted file mode 100644
index fb02503..0000000
--- a/dist/global-templates/hero.php
+++ /dev/null
@@ -1,25 +0,0 @@
-<?php
-/**
- * Hero setup.
- *
- * @package understrap
- */
-
-if ( ! defined( 'ABSPATH' ) ) {
- exit; // Exit if accessed directly.
-}
-?>
-
-<?php if ( is_active_sidebar( 'hero' ) || is_active_sidebar( 'statichero' ) || is_active_sidebar( 'herocanvas' ) ) : ?>
-
- <div class="wrapper" id="wrapper-hero">
-
- <?php get_template_part( 'sidebar-templates/sidebar', 'hero' ); ?>
-
- <?php get_template_part( 'sidebar-templates/sidebar', 'herocanvas' ); ?>
-
- <?php get_template_part( 'sidebar-templates/sidebar', 'statichero' ); ?>
-
- </div>
-
-<?php endif; ?>