Fix: Path incorrect

This commit is contained in:
Laurent Destailleur 2005-05-06 00:46:07 +00:00
parent 84b598b1f7
commit b54232e2aa

View File

@ -22,14 +22,15 @@
*/ */
/** /**
\file htdocs/compta/facture/pre.inc.php \file htdocs/compta/facture/pre.inc.php
\ingroup facture \ingroup facture
\brief Fichier de gestion du menu gauche du module facture \brief Fichier de gestion du menu gauche du module facture
\version $Revision$ \version $Revision$
*/ */
require("../../main.inc.php"); require("../../main.inc.php");
require_once("../../facture.class.php"); require_once(DOL_DOCUMENT_ROOT."/facture.class.php");
function llxHeader($head = "", $title="", $help_url='') { function llxHeader($head = "", $title="", $help_url='') {
global $user, $conf, $langs; global $user, $conf, $langs;