summaryrefslogtreecommitdiff
path: root/template-angebote.php
diff options
context:
space:
mode:
authorMax2019-02-10 18:51:39 +0100
committerMax2019-02-10 18:51:39 +0100
commitf87072a43a7b0bec1e6df669ee2a83e5d38305da (patch)
tree6a2b9694b53b40b4bc09b11b0e8e857901445a91 /template-angebote.php
parent3178efaffda6aab046407642fe04835972c54eb9 (diff)
downloadfuselkoenig_de-f87072a43a7b0bec1e6df669ee2a83e5d38305da.tar.gz
Finalizes design for special offer page.
Diffstat (limited to 'template-angebote.php')
-rw-r--r--template-angebote.php56
1 files changed, 0 insertions, 56 deletions
diff --git a/template-angebote.php b/template-angebote.php
deleted file mode 100644
index 4362fdc..0000000
--- a/template-angebote.php
+++ /dev/null
@@ -1,56 +0,0 @@
-<?php
-/*
- * Template Name: Angebote
- */
-
-if ( ! defined( 'ABSPATH' ) ) {
- exit; // Exit if accessed directly.
-}
-
-get_header();
-
-$container = get_theme_mod( 'understrap_container_type' );
-?>
-<div class="wrapper" id="page-wrapper">
-
- <div class="<?php echo esc_attr( $container ); ?>" id="content" tabindex="-1">
-
- <div class="row">
-
- <!-- Do the left sidebar check -->
- <?php get_template_part( 'global-templates/left-sidebar-check' ); ?>
-
- <main class="site-main" id="main">
-
-<div class="container py-3">
- <div class="card">
- <div class="row ">
- <div class="col-md-4">
- <img src="https://res-2.cloudinary.com/boozeboodcdn/image/upload/e_trim:10/c_pad,g_south,h_400,w_280/c_limit,h_910,w_280/f_auto,q_auto:best/v1/HD/27727.jpg" class="w-100">
- </div>
- <div class="col-md-8 px-3">
- <div class="card-block px-3">
- <h4 class="card-title">Bunnahabhain Toiteach</h4>
- <p class="card-text">Preis: 44€</p>
- <p class="card-text">Alter Preis: 51,50€</p>
- <p class="card-text">Versand: 4,95€</p>
- <a href="#" class="btn btn-primary">Zum Shop</a>
- </div>
- </div>
-
- </div>
- </div>
- </div>
-
- </main><!-- #main -->
-
- <!-- Do the right sidebar check -->
- <?php get_template_part( 'global-templates/right-sidebar-check' ); ?>
-
- </div><!-- .row -->
-
- </div><!-- Container end -->
-
-</div><!-- Wrapper end -->
-
-<?php get_footer(); ?>