********************* DONT EDIT THIS FUNCTION *******************/
//Connecting to Novaro Framework
require_once get_template_directory() . '/framework/' . 'framework-connector.php';
//Starting the theme setting
require_once get_template_directory() . '/engine/' . 'engine-start.php';
//Settings the theme options
require_once get_template_directory() . '/engine/' . 'theme-options.php';
/********************* --END-- DONT EDIT THIS FUNCTION *******************/
/********************* YOU CAN ADD YOUR OWN FUNCTION FROM HERE **********************/