A fantastic meal in quality and quantity. The atmosphere is very pleasant, overlooking the valley. We were a large group, about 30 people, and they served us flawlessly.

/** * SeaBreeze functions and definitions * * Set up the theme and provides some helper functions, which are used in the * theme as custom template tags. Others are attached to action and filter * hooks in WordPress to change core functionality. * * When using a child theme you can override certain functions (those wrapped * in a function_exists() call) by defining them first in your child theme's * functions.php file. The child theme's functions.php file is included before * the parent theme's file, so the child theme functions would be used. * * @link https://codex.wordpress.org/Theme_Development * @link https://codex.wordpress.org/Child_Themes * * Functions that are not pluggable (not wrapped in function_exists()) are * instead attached to a filter or action hook. * * For more information on hooks, actions, and filters, * {@link https://codex.wordpress.org/Plugin_API} * * @package WordPress * @subpackage SeaBreeze * @since SeaBreeze 1.0 */ /** * Set the content width based on the theme's design and stylesheet. * * @since SeaBreeze 1.0 */ if ( ! isset( $content_width ) ) { $content_width = 847; } if ( ! function_exists( 'themetechmount_setup' ) ) : /** * Sets up theme defaults and registers support for various WordPress features. * * Note that this function is hooked into the after_setup_theme hook, which * runs before the init hook. The init hook is too late for some features, such * as indicating support for post thumbnails. * * @since SeaBreeze 1.0 */ function themetechmount_setup() { global $seabreeze_theme_options; /* * Make theme available for translation. * Translations can be filed in the /languages/ directory. * If you're building a theme based on seabreeze, use a find and replace * to change 'seabreeze' to the name of your theme in all the template files */ load_theme_textdomain( 'seabreeze', 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
A fantastic meal in quality and quantity. The atmosphere is very pleasant, overlooking the valley. We were a large group, about 30 people, and they served us flawlessly.