Replace NOALYSS_INCLUDE."/template by NOALYSS_TEMPLATE
This commit is contained in:
parent
7cd92de439
commit
b2dd509f48
49 changed files with 102 additions and 102 deletions
|
|
@ -40,7 +40,7 @@ $customer_now=$Ledger->get_customer_now();
|
|||
$customer_late=$Ledger->get_customer_late();
|
||||
|
||||
ob_start();
|
||||
require_once NOALYSS_INCLUDE.'/template/dashboard.php';
|
||||
require_once NOALYSS_TEMPLATE.'/dashboard.php';
|
||||
$ret=ob_get_contents();
|
||||
ob_end_clean();
|
||||
echo $ret;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue