File: /home/globfdxw/diasporameetsafrica.com/wp-content/themes/lavelo/includes/init.php
<?php
/*
* All Lavelo Theme Related Functions Files are Linked here
* Author & Copyright:Wpoceans
* URL: http://themeforest.net/user/wpoceans
*/
/* Theme All Lavelo Setup */
require_once( LAVELO_FRAMEWORK . '/theme-support.php' );
require_once( LAVELO_FRAMEWORK . '/backend-functions.php' );
require_once( LAVELO_FRAMEWORK . '/frontend-functions.php' );
require_once( LAVELO_FRAMEWORK . '/enqueue-files.php' );
require_once( LAVELO_CS_FRAMEWORK . '/custom-style.php' );
require_once( LAVELO_CS_FRAMEWORK . '/config.php' );
/* Install Plugins */
require_once( LAVELO_FRAMEWORK . '/theme-options/plugins/activation.php' );
/* Breadcrumbs */
require_once( LAVELO_FRAMEWORK . '/theme-options/plugins/breadcrumb-trail.php' );
/* Aqua Resizer */
require_once( LAVELO_FRAMEWORK . '/theme-options/plugins/aq_resizer.php' );
/* Bootstrap Menu Walker */
require_once( LAVELO_FRAMEWORK . '/core/wp_bootstrap_navwalker.php' );
/* Sidebars */
require_once( LAVELO_FRAMEWORK . '/core/sidebars.php' );