Seditio Source
Root |
./othercms/b2evolution_7.2.3/inc/email_campaigns/views/_campaigns.view.php
<?php
/**
 * This file implements the UI view for Emails > Campaigns
 *
 * This file is part of the evoCore framework - {@link http://evocore.net/}
 * See also {@link https://github.com/b2evolution/b2evolution}.
 *
 * @license GNU GPL v2 - {@link http://b2evolution.net/about/gnu-gpl-license}
 *
 * @copyright (c)2003-2020 by Francois Planque - {@link http://fplanque.com/}
 *
 * @package admin
 */
if( !defined('EVO_MAIN_INIT') ) die( 'Please, do not access this page directly.' );

// Display campaign results:
campaign_results_block();

?>