File: /var/www/html/belairhomeloan.com/wp-content/themes/saladmag/inc/inc.php
<?php
//widget
require_once dirname( __FILE__ ).'/widget/comments.php';
require_once dirname( __FILE__ ).'/widget/tab.php';
require_once dirname( __FILE__ ).'/widget/facebook.php';
require_once dirname( __FILE__ ).'/widget/flickr.php';
require_once dirname( __FILE__ ).'/widget/ads300x250.php';
require_once dirname( __FILE__ ).'/widget/ads728x90.php';
require_once dirname( __FILE__ ).'/widget/popular.php';  
require_once dirname( __FILE__ ).'/widget/recent.php';
require_once dirname( __FILE__ ).'/widget/recent1.php';
require_once dirname( __FILE__ ).'/widget/carousel.php';
//shortcode
require_once dirname(__FILE__) . '/shortcode/shortcode.php';
//metabox
require_once dirname(__FILE__) . '/addon/meta-box/meta-box.php';
//page builder
require_once dirname(__FILE__) . '/addon/aqua-page-builder-master/aq-page-builder.php';
//sidebar
require_once dirname(__FILE__) . '/addon/sidebar_generator.php';
?>