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

@ -81,7 +81,7 @@ echo '<div class="content">';
echo '<FORM method="GET">';
echo dossier::hidden();
echo HtmlInput::hidden('ac', $_GET['ac']);
require_once NOALYSS_INCLUDE.'/template/impress_cat_card.php';
require_once NOALYSS_TEMPLATE.'/impress_cat_card.php';
echo HtmlInput::submit('cat_display', _('Recherche'));
echo '</FORM>';
$search_card=new IText('card_search');
@ -218,7 +218,7 @@ if ($_GET['histo'] == -1)
");
$nb_line = Database::num_row($res);
if ($write != 1 || $allcard != 0 ) $str_add_card="";
require_once NOALYSS_INCLUDE.'/template/fiche_list.php';
require_once NOALYSS_TEMPLATE.'/fiche_list.php';
echo '<hr>'.$bar;
return;
}
@ -232,7 +232,7 @@ if ($_GET['histo'] == 3)
$cat_card->id = $_GET['cat'];
$aHeading = $cat_card->getAttribut();
if ( $allcard == 0) echo $str_add_card;
require_once NOALYSS_INCLUDE.'/template/result_cat_card_summary.php';
require_once NOALYSS_TEMPLATE.'/result_cat_card_summary.php';
$hid = new IHidden();
echo '<form method="GET" ACTION="export.php">' . dossier::hidden() .