summaryrefslogtreecommitdiff
path: root/dist/global-templates/right-sidebar-check.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/right-sidebar-check.php
parenta3e1f8c9c14edf58185f290a492d86d6d688813b (diff)
downloadfuselkoenig_de-76402a87f366838bf06f6e36a552be43dfb5641c.tar.gz
Removes dist/ folder.
Diffstat (limited to 'dist/global-templates/right-sidebar-check.php')
-rw-r--r--dist/global-templates/right-sidebar-check.php21
1 files changed, 0 insertions, 21 deletions
diff --git a/dist/global-templates/right-sidebar-check.php b/dist/global-templates/right-sidebar-check.php
deleted file mode 100644
index e32e375..0000000
--- a/dist/global-templates/right-sidebar-check.php
+++ /dev/null
@@ -1,21 +0,0 @@
-<?php
-/**
- * Right sidebar check.
- *
- * @package understrap
- */
-
-if ( ! defined( 'ABSPATH' ) ) {
- exit; // Exit if accessed directly.
-}
-?>
-
-</div><!-- #closing the primary container from /global-templates/left-sidebar-check.php -->
-
-<?php $sidebar_pos = get_theme_mod( 'understrap_sidebar_position' ); ?>
-
-<?php if ( 'right' === $sidebar_pos || 'both' === $sidebar_pos ) : ?>
-
- <?php get_template_part( 'sidebar-templates/sidebar', 'right' ); ?>
-
-<?php endif; ?>