File: //home/survivingthecreditcrunch.org.uk/public_html/wp-content/themes/auberge/functions.php
<?php
/**
* Auberge WordPress Theme
*
* Auberge WordPress Theme, Copyright 2015 WebMan [https://www.webmandesign.eu/]
* Auberge is distributed under the terms of the GNU GPL
*
* @package Auberge
* @copyright WebMan Design, Oliver Juhas
* @license GPL-3.0, http://www.gnu.org/licenses/gpl-3.0.html
*
* @since 1.0
* @version 2.6.0
*
* @link https://www.webmandesign.eu
*
* Contents:
*
* 1) Required files
*/
/**
* 1) Required files
*/
// Global functions
require_once( get_template_directory() . '/library/core.php' );
// Theme setup
require_once( get_template_directory() . '/includes/setup/setup.php' );