From 76402a87f366838bf06f6e36a552be43dfb5641c Mon Sep 17 00:00:00 2001 From: Max Date: Sun, 4 Nov 2018 22:32:44 +0100 Subject: Removes dist/ folder. --- dist/global-templates/hero.php | 25 --------------- dist/global-templates/left-sidebar-check.php | 44 --------------------------- dist/global-templates/right-sidebar-check.php | 21 ------------- 3 files changed, 90 deletions(-) delete mode 100644 dist/global-templates/hero.php delete mode 100644 dist/global-templates/left-sidebar-check.php delete mode 100644 dist/global-templates/right-sidebar-check.php (limited to 'dist/global-templates') 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 @@ - - - - -
- - - - - - - -
- - diff --git a/dist/global-templates/left-sidebar-check.php b/dist/global-templates/left-sidebar-check.php deleted file mode 100644 index 1380da4..0000000 --- a/dist/global-templates/left-sidebar-check.php +++ /dev/null @@ -1,44 +0,0 @@ - - - - - - - - -'; - } else { - $html .= 'col-md-12 content-area" id="primary">'; - } - echo $html; // WPCS: XSS OK. - } elseif ( 'both' === $sidebar_pos ) { - $html = '
'; - } elseif ( is_active_sidebar( 'right-sidebar' ) || is_active_sidebar( 'left-sidebar' ) ) { - $html .= 'col-md-8 content-area" id="primary">'; - } else { - $html .= 'col-md-12 content-area" id="primary">'; - } - echo $html; // WPCS: XSS OK. - } else { - echo '
'; - } 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 @@ - - -
- - - - - - - - -- cgit v1.2.3