
­­­­­­­­­­­­­­­­­­
<!DOCTYPE html>
<html>
<?php defined( 'ABSPATH' ) OR die( 'This script cannot be accessed directly.' );

/**
 * Envato information configuration
 *
 * @var $config array Framework-based theme options config
 *
 * @filter us_config_envato
 */

return us_array_merge(
	$config, array(
	'purchase_url' => 'http://themeforest.net/user/upsolution/portfolio?ref=UpSolution',
	'test_url' => 'http://themetest.net/',
)
);
