Replace NOALYSS_INCLUDE."/template by NOALYSS_TEMPLATE

This commit is contained in:
Dany De Bontridder 2015-11-05 11:37:48 +01:00
parent 7cd92de439
commit b2dd509f48
49 changed files with 102 additions and 102 deletions

View file

@ -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;