You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
24 lines
633 B
24 lines
633 B
<?php
|
|
|
|
/**
|
|
*
|
|
* @package templates/default
|
|
*/
|
|
|
|
defined('ABSPATH') || defined('DUPXABSPATH') || exit;
|
|
?>
|
|
<div id="page-top-messages">
|
|
<?php
|
|
/* * ************************* */
|
|
/* * * NOTICE MANAGER TESTS ** */
|
|
//DUPX_NOTICE_MANAGER::testNextStepFullMessageData();
|
|
//DUPX_NOTICE_MANAGER::testNextStepMessaesLevels();
|
|
//DUPX_NOTICE_MANAGER::testFinalReporMessaesLevels();
|
|
//DUPX_NOTICE_MANAGER::testFinalReportFullMessages();
|
|
/* * ************************* */
|
|
|
|
DUPX_NOTICE_MANAGER::getInstance()->nextStepLog();
|
|
// display and remove next step notices
|
|
DUPX_NOTICE_MANAGER::getInstance()->displayStepMessages();
|
|
?>
|
|
</div>
|