/**
* 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
tag in the document head, and expect WordPress to
* provide it for us.
*/
add_theme_support( 'title-tag' );
/*
* Enable support for Post Thumbnails on posts and pages.
*
* See: https://codex.wordpress.org/Function_Reference/add_theme_support#Post_Thumbnails
*/
add_theme_support( 'post-thumbnails' );
/*
* 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'
) );
/*
* Enable support for Post Formats.
*
* See: https://codex.wordpress.org/Post_Formats
*/
add_theme_support( 'post-formats', array(
'aside', 'image', 'gallery', 'audio', 'video', 'quote', 'link', 'status', 'chat'
) );
/*
* Enable support for woocommerce.
*/
add_theme_support( 'woocommerce' );
add_theme_support( 'wc-product-gallery-lightbox' );
/*
* This theme uses wp_nav_menu() in four locations.
*/
register_nav_menus( array( // https://codex.wordpress.org/Function_Reference/has_nav_menu
'themetechmount-main-menu' => esc_html__( 'Main Menu', 'seabreeze' ),
'themetechmount-footer-menu' => esc_html__( 'Footer Menu', 'seabreeze' ),
'themetechmount-topbar-left-menu' => esc_html__( 'Topbar Left Menu', 'seabreeze' ),
'themetechmount-topbar-right-menu' => esc_html__( 'Topbar Right Menu', 'seabreeze' ),
) );
}
endif; // themetechmount_setup()
add_action( 'after_setup_theme', 'themetechmount_setup' );
/************************* Custom Files ************************/
// Load theme functions
require get_template_directory() . '/inc/tools.php';
// filters and action hooks
require get_template_directory() . '/inc/hooks.php';
// WooCommerce support
require get_template_directory() . '/inc/woocommerce.php';
// Load framework
require get_template_directory() . '/inc/framework.php';
// Widget Positions options
require get_template_directory() . '/inc/widget-positions.php';
// Add our shortcodes as addons for Visual Composer
if( function_exists('vc_map') ){
require get_template_directory() . '/inc/visual-composer.php';
}
// Enqueue styles and scripts
require get_template_directory() . '/inc/scripts-styles.php';
// Enqueue styles and scripts for admin section
require get_template_directory() . '/inc/admin-scripts-styles.php';
// bundled plugins
require get_template_directory() . '/inc/tgmpa/class-tgm-plugin-activation.php';
require get_template_directory() . '/inc/bundled-plugins.php';
Greek Mediterranean Restaurant
Greek Mediterranean Restaurant
BOOK A TABLE
OPENING HOURS
Monday - Sunday:
12:00 PM - 23:30 PM
Welcome to the Navel of the Earth
BOOK A TABLE
Delphi, GreeceTO PATRIKO MAS
| GREEK MEDITERRANEAN RESTAURANT
Monday - Sunday:
12:00 PM - 23:30 PM
Our Amazing View
BOOK A TABLE
To Patriko MasOPENING HOURS
Monday - Sunday:
12:00 PM - 23:30 PM
Established - 1860 -
BOOK A TABLE
To Patriko MasOPENING HOURS
Monday - Sunday:
12:00 PM - 23:30 PM
Greek Mediterranean Restaurant
BOOK A TABLE
To Patriko MasOPENING HOURS
Monday - Sunday:
12:00 PM - 23:30 PM