Your IP : 216.73.216.68


Current Path : /home/sunflowe/www2/disneyexplorer/wp-content/themes/wide/
Upload File :
Current File : /home/sunflowe/www2/disneyexplorer/wp-content/themes/wide/functions.php

<?php
/**
 * @author      NanoAgency
 * @link        http://nanoagency.co
 * @copyright   Copyright (c) 2015 NanoAgency
 * @license     GPL v2
 */

if ( ! isset( $content_width ) ) {
    $content_width = 660;
}

/**
 * Include file .
 */


//Setup tgm
require_once get_template_directory() . '/class-tgm-plugin-activation.php';

//Back-end theme
require get_template_directory().'/inc/backend/helpers.php';

//Setup theme
require get_template_directory().'/inc/theme-function/setup.php';

//Theme function
require get_template_directory().'/inc/theme-function/theme-function.php';

//Customize Visual composer
require get_template_directory().'/inc/theme-function/vc.php';

//Loading Template for theme.
require get_template_directory().'/inc/theme-function/theme-load.php';