Use a variable for an absolute path for performance reason

NOALYSS_INCLUDE
NOALYSS_HOME
NOALYSS_PLUGIN
New logo and cosmetic
This commit is contained in:
Dany De Bontridder 2015-08-12 12:43:10 +02:00
parent 8c3875c119
commit 1ddde7c2ab
21 changed files with 112 additions and 112 deletions

View file

@ -2,14 +2,14 @@
//This file is part of NOALYSS and is under GPL
//see licence.txt
?><?php
require_once('template/ledger_detail_top.php');
require_once('class_anc_operation.php');
require_once('class_anc_plan.php');
require_once NOALYSS_INCLUDE.'/template/ledger_detail_top.php';
require_once NOALYSS_INCLUDE.'/class_anc_operation.php';
require_once NOALYSS_INCLUDE.'/class_anc_plan.php';
$str_anc="";
?>
<?php
require_once('class_own.php');
require_once ('class_anc_plan.php');
require_once NOALYSS_INCLUDE.'/class_own.php';
require_once NOALYSS_INCLUDE.'/class_anc_plan.php';
?>
<div class="content" style="padding:0">
@ -86,7 +86,7 @@ require_once ('class_anc_plan.php');
<div class="myfieldset">
<?php
require_once('class_own.php');
require_once NOALYSS_INCLUDE.'/class_own.php';
$owner=new Own($cn);
?>
<table class="result">
@ -187,6 +187,6 @@ $amount_idx=0;
</table>
</div>
<?php
require_once('ledger_detail_bottom.php');
require_once NOALYSS_INCLUDE.'/template/ledger_detail_bottom.php';
?>
</div>