/[dolibarr]/dolibarr/htdocs/boutique/client/pre.inc.php
ViewVC logotype

Diff of /dolibarr/htdocs/boutique/client/pre.inc.php

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.7 by erics, Mon Jun 13 21:39:54 2005 UTC revision 1.8 by eldy, Wed Aug 24 16:37:10 2005 UTC
# Line 19  Line 19 
19   * $Source$   * $Source$
20   *   *
21   */   */
22    
23    /**
24            \file       htdocs/boutique/client/pre.inc.php
25                    \brief      Fichier gestionnaire du menu de gauche de l'espace boutique client
26                    \version    $Revision$
27    */
28    
29  require("../../main.inc.php");  require("../../main.inc.php");
30  require("./client.class.php");  require_once(DOL_DOCUMENT_ROOT.'/client.class.php');
31    
32    
33  function llxHeader($head = "", $urlp = "") {  function llxHeader($head = "", $urlp = "")
34    {
35    global $user, $conf;    global $user, $conf;
36    
37    /*    /*

Legend:
Removed from v.1.7  
changed lines
  Added in v.1.8

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26