Your IP : 216.73.216.158


Current Path : /home/c/a/p/capemnetty/www/wp-content/plugins/ebor-page-builder-master/functions/
Upload File :
Current File : /home/c/a/p/capemnetty/www/wp-content/plugins/ebor-page-builder-master/functions/aqpb_config.php

<?php
/**
 * Aqua Page Builder Config
 *
 * This file handles various configurations
 * of the page builder page
 *
 */
function aq_page_builder_config() {

	$config = array(); //initialise array
	
	/* Page Config */
	$config['menu_title'] = __('Ebor Template Builder', 'framework');
	$config['page_title'] = __('Ebor Template Builder', 'framework');
	$config['page_slug'] = __('ebor-template-builder', 'framework');
	
	/* Debugging */
	$config['debug'] = false;
	
	return $config;
	
}