/** * Ample functions related to defining constants, adding files and WordPress core functionality. * * @package ThemeGrill * @subpackage Ample * @since Ample 0.1 */ /** * Set the content width based on the theme's design and stylesheet. */ if ( ! isset( $content_width ) ) { $content_width = 710; /* pixels */ } /** * $content_width global variable adjustment as per layout option. */ function ample_content_width() { global $post; global $content_width; if ( $post ) { $layout_meta = get_post_meta( $post->ID, 'ample_page_layout', true ); } if ( empty( $layout_meta ) || is_archive() || is_search() ) { $layout_meta = 'default_layout'; } $ample_default_layout = ample_option( 'ample_default_layout', 'right_sidebar' ); if ( $layout_meta == 'default_layout' ) { if ( $ample_default_layout == 'no_sidebar_full_width' ) { $content_width = 1100; /* pixels */ } elseif ( $ample_default_layout == 'both_sidebar' ) { $content_width = 500; /* pixels */ } else { $content_width = 710; /* pixels */ } } elseif ( $layout_meta == 'no_sidebar_full_width' ) { $content_width = 1100; /* pixels */ } elseif ( $layout_meta == 'both_sidebar' ) { $content_width = 500; /* pixels */ } else { $content_width = 710; /* pixels */ } } add_action( 'template_redirect', 'ample_content_width' ); add_action( 'after_setup_theme', 'ample_setup' ); if ( ! function_exists( 'ample_setup' ) ) : /** * Sets up theme defaults and registers support for various WordPress features. * */ function ample_setup() { /* * Make theme available for translation. * Translations can be filed in the /languages/ directory. */ load_theme_textdomain( 'ample', get_template_directory() . '/languages' ); // Add default posts and comments RSS feed links to head. add_theme_support( 'automatic-feed-links' ); /* * Let WordPress manage the document title. * By adding theme support, we declare that this theme does not use a * hard-coded tag in the document head, and expect WordPress to * provide it for us. */ add_theme_support( 'title-tag' ); // Gutenberg layout support. add_theme_support( 'align-wide' ); // Gutenberg block layout support. add_theme_support( 'wp-block-styles' ); // Gutenberg editor support. add_theme_support( 'responsive-embeds' ); //Enable support for Post Thumbnails on posts and pages. add_theme_support( 'post-thumbnails' ); // Added WooCommerce support. add_theme_support( 'woocommerce' ); add_theme_support( 'wc-product-gallery-zoom' ); add_theme_support( 'wc-product-gallery-lightbox' ); add_theme_support( 'wc-product-gallery-slider' ); // Cropping the images to different sizes to be used in the theme add_image_size( 'ample-featured-blog-large', 710, 300, true ); add_image_size( 'ample-featured-blog-small', 230, 230, true ); add_image_size( 'ample-portfolio-image', 330, 330, true ); // Registering navigation menus. register_nav_menus( array( 'primary' => __( 'Primary Menu', 'ample' ), 'footer' => __( 'Footer Menu', 'ample' ), ) ); /* * Switch default core markup for search form, comment form, and comments * to output valid HTML5. */ add_theme_support( 'html5', array( 'search-form', 'comment-form', 'comment-list', 'gallery', 'caption', ) ); // Set up the WordPress core custom background feature. add_theme_support( 'custom-background', apply_filters( 'ample_custom_background_args', array( 'default-color' => 'ffffff', 'default-image' => '', ) ) ); // Adding excerpt option box for pages as well add_post_type_support( 'page', 'excerpt' ); // Adds the support for the Custom Logo introduced in WordPress 4.5 add_theme_support( 'custom-logo', array( 'flex-width' => true, 'flex-height' => true, ) ); // Support for selective refresh widgets in Customizer add_theme_support( 'customize-selective-refresh-widgets' ); } endif; // ample_setup /** * Register widget area. * */ require get_template_directory() . '/inc/widgets/widgets.php'; /** * Enqueue scripts and styles. */ require get_template_directory() . '/inc/functions.php'; /** * Functions related to header. */ require get_template_directory() . '/inc/header-functions.php'; /** * Implement the Custom Header feature. */ require get_template_directory() . '/inc/custom-header.php'; /** * Add meta Box */ add_action( 'init', function () { require get_template_directory() . '/inc/admin/meta-boxes.php'; } ); /** * Add Customizer */ require_once get_template_directory() . '/inc/customizer.php'; /** * Detect plugin. For use on Front End only. */ require_once ABSPATH . 'wp-admin/includes/plugin.php'; /** * Assign the Ample version to a variable. */ $ample_theme = wp_get_theme( 'ample' ); define( 'AMPLE_THEME_VERSION', $ample_theme->get( 'Version' ) ); /** * Calling in the admin area for the Welcome Page as well as for the new theme notice too. */ if ( is_admin() ) { require get_template_directory() . '/inc/admin/class-ample-admin.php'; require get_template_directory() . '/inc/admin/class-ample-dashboard.php'; require get_template_directory() . '/inc/admin/class-ample-notice.php'; require get_template_directory() . '/inc/admin/class-ample-welcome-notice.php'; require get_template_directory() . '/inc/admin/class-ample-upgrade-notice.php'; require get_template_directory() . '/inc/admin/class-ample-theme-review-notice.php'; } <!DOCTYPE html> <html lang="de-CH" prefix="og: https://ogp.me/ns#"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <link rel="profile" href="https://gmpg.org/xfn/11"> <!-- Suchmaschinen-Optimierung durch Rank Math PRO - https://rankmath.com/ --> <meta name="description" content="Wir bieten exklusive und qualitativ hochwertige Hundartikel für Ihren Hund"/> <meta name="robots" content="follow, index, max-snippet:-1, max-video-preview:-1, max-image-preview:large"/> <link rel="canonical" href="https://www.chicanddog.ch/" /> <meta property="og:locale" content="de_DE" /> <meta property="og:type" content="website" /> <meta property="og:title" content="Online Shop für Hundeartikel - Chic&Dog Onlineshop" /> <meta property="og:description" content="Wir bieten exklusive und qualitativ hochwertige Hundartikel für Ihren Hund" /> <meta property="og:url" content="https://www.chicanddog.ch/" /> <meta property="og:site_name" content="Chic&Dog Hundeshop" /> <meta property="og:updated_time" content="2025-03-07T14:48:13+00:00" /> <meta property="og:image" content="https://www.chicanddog.ch/wp-content/uploads/2021/03/Chicanddog-Obernau-1.jpg" /> <meta property="og:image:secure_url" content="https://www.chicanddog.ch/wp-content/uploads/2021/03/Chicanddog-Obernau-1.jpg" /> <meta property="og:image:width" content="1024" /> <meta property="og:image:height" content="577" /> <meta property="og:image:alt" content="Hundeartikel" /> <meta property="og:image:type" content="image/jpeg" /> <meta property="article:published_time" content="2021-01-26T13:30:22+00:00" /> <meta property="article:modified_time" content="2025-03-07T14:48:13+00:00" /> <meta name="twitter:card" content="summary_large_image" /> <meta name="twitter:title" content="Online Shop für Hundeartikel - Chic&Dog Onlineshop" /> <meta name="twitter:description" content="Wir bieten exklusive und qualitativ hochwertige Hundartikel für Ihren Hund" /> <meta name="twitter:image" content="https://www.chicanddog.ch/wp-content/uploads/2021/03/Chicanddog-Obernau-1.jpg" /> <meta name="twitter:label1" content="Verfasst von" /> <meta name="twitter:data1" content="admin" /> <meta name="twitter:label2" content="Lesedauer" /> <meta name="twitter:data2" content="2 Minuten" /> <meta name="google-site-verification" content="h1_6yKeYsCViH9cIJlXnTevU-aBz8AABZObgAIvFosk" /> <!-- /Rank Math WordPress SEO Plugin --> <link rel='dns-prefetch' href='//www.googletagmanager.com' /> <link rel="alternate" title="oEmbed (JSON)" type="application/json+oembed" href="https://www.chicanddog.ch/wp-json/oembed/1.0/embed?url=https%3A%2F%2Fwww.chicanddog.ch%2F" /> <link rel="alternate" title="oEmbed (XML)" type="text/xml+oembed" href="https://www.chicanddog.ch/wp-json/oembed/1.0/embed?url=https%3A%2F%2Fwww.chicanddog.ch%2F&format=xml" /> <style id='wp-img-auto-sizes-contain-inline-css' type='text/css'> img:is([sizes=auto i],[sizes^="auto," i]){contain-intrinsic-size:3000px 1500px} /*# sourceURL=wp-img-auto-sizes-contain-inline-css */ </style> <style id='wp-emoji-styles-inline-css' type='text/css'> img.wp-smiley, img.emoji { display: inline !important; border: none !important; box-shadow: none !important; height: 1em !important; width: 1em !important; margin: 0 0.07em !important; vertical-align: -0.1em !important; background: none !important; padding: 0 !important; } /*# sourceURL=wp-emoji-styles-inline-css */ </style> <style id='wp-block-library-inline-css' type='text/css'> :root{--wp-block-synced-color:#7a00df;--wp-block-synced-color--rgb:122,0,223;--wp-bound-block-color:var(--wp-block-synced-color);--wp-editor-canvas-background:#ddd;--wp-admin-theme-color:#007cba;--wp-admin-theme-color--rgb:0,124,186;--wp-admin-theme-color-darker-10:#006ba1;--wp-admin-theme-color-darker-10--rgb:0,107,160.5;--wp-admin-theme-color-darker-20:#005a87;--wp-admin-theme-color-darker-20--rgb:0,90,135;--wp-admin-border-width-focus:2px}@media (min-resolution:192dpi){:root{--wp-admin-border-width-focus:1.5px}}.wp-element-button{cursor:pointer}:root .has-very-light-gray-background-color{background-color:#eee}:root .has-very-dark-gray-background-color{background-color:#313131}:root .has-very-light-gray-color{color:#eee}:root .has-very-dark-gray-color{color:#313131}:root .has-vivid-green-cyan-to-vivid-cyan-blue-gradient-background{background:linear-gradient(135deg,#00d084,#0693e3)}:root .has-purple-crush-gradient-background{background:linear-gradient(135deg,#34e2e4,#4721fb 50%,#ab1dfe)}:root .has-hazy-dawn-gradient-background{background:linear-gradient(135deg,#faaca8,#dad0ec)}:root .has-subdued-olive-gradient-background{background:linear-gradient(135deg,#fafae1,#67a671)}:root .has-atomic-cream-gradient-background{background:linear-gradient(135deg,#fdd79a,#004a59)}:root .has-nightshade-gradient-background{background:linear-gradient(135deg,#330968,#31cdcf)}:root .has-midnight-gradient-background{background:linear-gradient(135deg,#020381,#2874fc)}:root{--wp--preset--font-size--normal:16px;--wp--preset--font-size--huge:42px}.has-regular-font-size{font-size:1em}.has-larger-font-size{font-size:2.625em}.has-normal-font-size{font-size:var(--wp--preset--font-size--normal)}.has-huge-font-size{font-size:var(--wp--preset--font-size--huge)}.has-text-align-center{text-align:center}.has-text-align-left{text-align:left}.has-text-align-right{text-align:right}.has-fit-text{white-space:nowrap!important}#end-resizable-editor-section{display:none}.aligncenter{clear:both}.items-justified-left{justify-content:flex-start}.items-justified-center{justify-content:center}.items-justified-right{justify-content:flex-end}.items-justified-space-between{justify-content:space-between}.screen-reader-text{border:0;clip-path:inset(50%);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px;word-wrap:normal!important}.screen-reader-text:focus{background-color:#ddd;clip-path:none;color:#444;display:block;font-size:1em;height:auto;left:5px;line-height:normal;padding:15px 23px 14px;text-decoration:none;top:5px;width:auto;z-index:100000}html :where(.has-border-color){border-style:solid}html :where([style*=border-top-color]){border-top-style:solid}html :where([style*=border-right-color]){border-right-style:solid}html :where([style*=border-bottom-color]){border-bottom-style:solid}html :where([style*=border-left-color]){border-left-style:solid}html :where([style*=border-width]){border-style:solid}html :where([style*=border-top-width]){border-top-style:solid}html :where([style*=border-right-width]){border-right-style:solid}html :where([style*=border-bottom-width]){border-bottom-style:solid}html :where([style*=border-left-width]){border-left-style:solid}html :where(img[class*=wp-image-]){height:auto;max-width:100%}:where(figure){margin:0 0 1em}html :where(.is-position-sticky){--wp-admin--admin-bar--position-offset:var(--wp-admin--admin-bar--height,0px)}@media screen and (max-width:600px){html :where(.is-position-sticky){--wp-admin--admin-bar--position-offset:0px}} /*# sourceURL=wp-block-library-inline-css */ </style> <style id='classic-theme-styles-inline-css' type='text/css'> /*! This file is auto-generated */ .wp-block-button__link{color:#fff;background-color:#32373c;border-radius:9999px;box-shadow:none;text-decoration:none;padding:calc(.667em + 2px) calc(1.333em + 2px);font-size:1.125em}.wp-block-file__button{background:#32373c;color:#fff;text-decoration:none} /*# sourceURL=/wp-includes/css/classic-themes.min.css */ </style> <link rel='stylesheet' id='siteorigin-panels-front-css' href='https://www.chicanddog.ch/wp-content/plugins/siteorigin-panels/css/front-flex.min.css?ver=2.34.0' type='text/css' media='all' /> <link rel='stylesheet' id='sumup-checkout-css' href='https://www.chicanddog.ch/wp-content/plugins/sumup-payment-gateway-for-woocommerce/assets/css/checkout/modal.min.css?ver=2.9.0' type='text/css' media='all' /> <link rel='stylesheet' id='woo-product-category-discount-css' href='https://www.chicanddog.ch/wp-content/plugins/woo-product-category-discount/public/css/woo-product-category-discount-public.css?ver=5.15' type='text/css' media='all' /> <link rel='stylesheet' id='woocommerce-layout-css' href='https://www.chicanddog.ch/wp-content/plugins/woocommerce/assets/css/woocommerce-layout.css?ver=10.6.1' type='text/css' media='all' /> <link rel='stylesheet' id='woocommerce-smallscreen-css' href='https://www.chicanddog.ch/wp-content/plugins/woocommerce/assets/css/woocommerce-smallscreen.css?ver=10.6.1' type='text/css' media='only screen and (max-width: 768px)' /> <link rel='stylesheet' id='woocommerce-general-css' href='https://www.chicanddog.ch/wp-content/plugins/woocommerce/assets/css/woocommerce.css?ver=10.6.1' type='text/css' media='all' /> <style id='woocommerce-inline-inline-css' type='text/css'> .woocommerce form .form-row .required { visibility: visible; } /*# sourceURL=woocommerce-inline-inline-css */ </style> <link rel='stylesheet' id='cff-css' href='https://www.chicanddog.ch/wp-content/plugins/custom-facebook-feed-pro/assets/css/cff-style.min.css?ver=4.7.6' type='text/css' media='all' /> <script type="text/javascript" src="https://www.chicanddog.ch/wp-includes/js/jquery/jquery.min.js?ver=3.7.1" id="jquery-core-js"></script> <script type="text/javascript" src="https://www.chicanddog.ch/wp-includes/js/jquery/jquery-migrate.min.js?ver=3.4.1" id="jquery-migrate-js"></script> <script type="text/javascript" src="https://www.chicanddog.ch/wp-content/plugins/woo-product-category-discount/public/js/woo-product-category-discount-public.js?ver=5.15" id="woo-product-category-discount-js"></script> <script type="text/javascript" src="https://www.chicanddog.ch/wp-content/plugins/woocommerce/assets/js/jquery-blockui/jquery.blockUI.min.js?ver=2.7.0-wc.10.6.1" id="wc-jquery-blockui-js" defer="defer" data-wp-strategy="defer"></script> <script type="text/javascript" id="wc-add-to-cart-js-extra"> /* <![CDATA[ */ var wc_add_to_cart_params = {"ajax_url":"/wp-admin/admin-ajax.php","wc_ajax_url":"/?wc-ajax=%%endpoint%%","i18n_view_cart":"Warenkorb anzeigen","cart_url":"https://www.chicanddog.ch/cart/","is_cart":"","cart_redirect_after_add":"no"}; //# sourceURL=wc-add-to-cart-js-extra /* ]]> */ </script> <script type="text/javascript" src="https://www.chicanddog.ch/wp-content/plugins/woocommerce/assets/js/frontend/add-to-cart.min.js?ver=10.6.1" id="wc-add-to-cart-js" defer="defer" data-wp-strategy="defer"></script> <script type="text/javascript" src="https://www.chicanddog.ch/wp-content/plugins/woocommerce/assets/js/js-cookie/js.cookie.min.js?ver=2.1.4-wc.10.6.1" id="wc-js-cookie-js" defer="defer" data-wp-strategy="defer"></script> <script type="text/javascript" id="woocommerce-js-extra"> /* <![CDATA[ */ var woocommerce_params = {"ajax_url":"/wp-admin/admin-ajax.php","wc_ajax_url":"/?wc-ajax=%%endpoint%%","i18n_password_show":"Passwort anzeigen","i18n_password_hide":"Passwort ausblenden"}; //# sourceURL=woocommerce-js-extra /* ]]> */ </script> <script type="text/javascript" src="https://www.chicanddog.ch/wp-content/plugins/woocommerce/assets/js/frontend/woocommerce.min.js?ver=10.6.1" id="woocommerce-js" defer="defer" data-wp-strategy="defer"></script> <!-- Google tag (gtag.js) snippet added by Site Kit --> <!-- Google Analytics snippet added by Site Kit --> <script type="text/javascript" src="https://www.googletagmanager.com/gtag/js?id=G-1PRWPZ3LEC" id="google_gtagjs-js" async></script> <script type="text/javascript" id="google_gtagjs-js-after"> /* <![CDATA[ */ window.dataLayer = window.dataLayer || [];function gtag(){dataLayer.push(arguments);} gtag("set","linker",{"domains":["www.chicanddog.ch"]}); gtag("js", new Date()); gtag("set", "developer_id.dZTNiMT", true); gtag("config", "G-1PRWPZ3LEC"); //# sourceURL=google_gtagjs-js-after /* ]]> */ </script> <link rel="https://api.w.org/" href="https://www.chicanddog.ch/wp-json/" /><link rel="alternate" title="JSON" type="application/json" href="https://www.chicanddog.ch/wp-json/wp/v2/pages/292" /><link rel="EditURI" type="application/rsd+xml" title="RSD" href="https://www.chicanddog.ch/xmlrpc.php?rsd" /> <meta name="generator" content="WordPress 6.9.4" /> <link rel='shortlink' href='https://www.chicanddog.ch/' /> <!-- Custom Facebook Feed JS vars --> <script type="text/javascript"> var cffsiteurl = "https://www.chicanddog.ch/wp-content/plugins"; var cffajaxurl = "https://www.chicanddog.ch/wp-admin/admin-ajax.php"; var cfflinkhashtags = "false"; </script> <meta name="generator" content="Site Kit by Google 1.175.0" /> <noscript><style>.woocommerce-product-gallery{ opacity: 1 !important; }</style></noscript> <!-- Schema & Structured Data For WP v1.58 - --> <script type="application/ld+json" class="saswp-schema-markup-output"> [{"@context":"https:\/\/schema.org\/","@type":"Organization","@id":"https:\/\/www.chicanddog.ch#Organization","name":"Chic&Dog Hundeshop","url":"https:\/\/www.chicanddog.ch","sameAs":[],"logo":{"@type":"ImageObject","url":"https:\/\/www.chicanddog.ch\/wp-content\/uploads\/2021\/01\/logo-chicanddog_braun.jpg","width":"638","height":"170"}}] </script> <style media="all" id="siteorigin-panels-layouts-head">/* Layout 292 */ #pgc-292-0-0 , #pgc-292-1-0 , #pgc-292-2-0 , #pgc-292-4-0 { width:100%;width:calc(100% - ( 0 * 30px ) ) } #pg-292-0 , #pg-292-1 , #pg-292-2 , #pg-292-3 , #pl-292 .so-panel { margin-bottom:30px } #pgc-292-3-0 , #pgc-292-3-1 { width:50%;width:calc(50% - ( 0.5 * 30px ) ) } #pl-292 .so-panel:last-of-type { margin-bottom:0px } #pg-292-0.panel-has-style > .panel-row-style, #pg-292-0.panel-no-style , #pg-292-1.panel-has-style > .panel-row-style, #pg-292-1.panel-no-style , #pg-292-2.panel-has-style > .panel-row-style, #pg-292-2.panel-no-style , #pg-292-3.panel-has-style > .panel-row-style, #pg-292-3.panel-no-style , #pg-292-4.panel-has-style > .panel-row-style, #pg-292-4.panel-no-style { -webkit-align-items:flex-start;align-items:flex-start } @media (max-width:780px){ #pg-292-0.panel-no-style, #pg-292-0.panel-has-style > .panel-row-style, #pg-292-0 , #pg-292-1.panel-no-style, #pg-292-1.panel-has-style > .panel-row-style, #pg-292-1 , #pg-292-2.panel-no-style, #pg-292-2.panel-has-style > .panel-row-style, #pg-292-2 , #pg-292-3.panel-no-style, #pg-292-3.panel-has-style > .panel-row-style, #pg-292-3 , #pg-292-4.panel-no-style, #pg-292-4.panel-has-style > .panel-row-style, #pg-292-4 { -webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column } #pg-292-0 > .panel-grid-cell , #pg-292-0 > .panel-row-style > .panel-grid-cell , #pg-292-1 > .panel-grid-cell , #pg-292-1 > .panel-row-style > .panel-grid-cell , #pg-292-2 > .panel-grid-cell , #pg-292-2 > .panel-row-style > .panel-grid-cell , #pg-292-3 > .panel-grid-cell , #pg-292-3 > .panel-row-style > .panel-grid-cell , #pg-292-4 > .panel-grid-cell , #pg-292-4 > .panel-row-style > .panel-grid-cell { width:100%;margin-right:0 } #pgc-292-3-0 { margin-bottom:30px } #pl-292 .panel-grid-cell { padding:0 } #pg-292-0 .panel-grid-cell-empty , #pg-292-1 .panel-grid-cell-empty , #pg-292-2 .panel-grid-cell-empty , #pg-292-3 .panel-grid-cell-empty , #pg-292-4 .panel-grid-cell-empty { display:none } #pl-292 .panel-grid .panel-grid-cell-mobile-last { margin-bottom:0px } } </style><link rel="icon" href="https://www.chicanddog.ch/wp-content/uploads/2023/01/cropped-icon-32x32.png" sizes="32x32" /> <link rel="icon" href="https://www.chicanddog.ch/wp-content/uploads/2023/01/cropped-icon-192x192.png" sizes="192x192" /> <link rel="apple-touch-icon" href="https://www.chicanddog.ch/wp-content/uploads/2023/01/cropped-icon-180x180.png" /> <meta name="msapplication-TileImage" content="https://www.chicanddog.ch/wp-content/uploads/2023/01/cropped-icon-270x270.png" /> <style type="text/css" id="wp-custom-css"> .header-post-title-container { padding: 10px 0;} .woocommerce-info { border-top-color: #86716a;} .main-navigation ul.menu li a { font-size: 18px;} mark { background-color: #DDD6D3;} .woocommerce div.product form.cart .variations select { min-width: 65%;} .woocommerce ul.products li.product .woocommerce-loop-category__title,.woocommerce ul.products li.product .woocommerce-loop-product__title { font-size: 1.1em; font-weight: 600;} #ce4wp_checkout_consent_checkbox_field, .breadcrumb-title { display: none; } .main-navigation ul li ul { width: 200px; } .woocommerce ul.products li.product .onsale { background-color: #ff4444;} .woocommerce ul.products li.product .price .amount { color: #86716a; } .woocommerce ul.products li.product .price del { color: #86716a; opacity: 1;} .slider-entry-container { padding-top: 150px; } </style> </head> <body class="home wp-singular page-template-default page page-id-292 wp-custom-logo wp-theme-ample theme-ample siteorigin-panels siteorigin-panels-before-js siteorigin-panels-home woocommerce-no-js"> <div id="page" class="hfeed site"> <a class="skip-link screen-reader-text" href="#main">Skip to content</a> <br /> <b>Fatal error</b>: Uncaught Error: Call to undefined function ample_option() in /srv/www/vhosts/chicanddog.ch/httpdocs/wp-content/themes/ample/header.php:35 Stack trace: #0 /srv/www/vhosts/chicanddog.ch/httpdocs/wp-includes/template.php(814): require_once() #1 /srv/www/vhosts/chicanddog.ch/httpdocs/wp-includes/template.php(749): load_template() #2 /srv/www/vhosts/chicanddog.ch/httpdocs/wp-includes/general-template.php(48): locate_template() #3 /srv/www/vhosts/chicanddog.ch/httpdocs/wp-content/themes/ample/page.php(10): get_header() #4 /srv/www/vhosts/chicanddog.ch/httpdocs/wp-includes/template-loader.php(132): include('...') #5 /srv/www/vhosts/chicanddog.ch/httpdocs/wp-blog-header.php(19): require_once('...') #6 /srv/www/vhosts/chicanddog.ch/httpdocs/index.php(17): require('...') #7 {main} thrown in <b>/srv/www/vhosts/chicanddog.ch/httpdocs/wp-content/themes/ample/header.php</b> on line <b>35</b><br />