/[dolibarr]/dolibarr/htdocs/admin/pre.inc.php
ViewVC logotype

Diff of /dolibarr/htdocs/admin/pre.inc.php

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

revision 1.38 by eldy, Mon Jul 4 23:20:22 2005 UTC revision 1.39 by simontosser, Thu Oct 13 15:37:05 2005 UTC
# Line 1  Line 1 
1  <?php  <?php
2  /* Copyright (C) 2003-2004 Rodolphe Quiedeville <rodolphe@quiedeville.org>  /* Copyright (C) 2003-2004 Rodolphe Quiedeville <rodolphe@quiedeville.org>
3   * Copyright (C) 2004-2005 Laurent Destailleur  <eldy@users.sourceforge.net>   * Copyright (C) 2004-2005 Laurent Destailleur  <eldy@users.sourceforge.net>
4     * Copyright (C) 2005      Simon Tosser  <simon@kornog-computing.com>
5   *   *
6   * This program is free software; you can redistribute it and/or modify   * This program is free software; you can redistribute it and/or modify
7   * it under the terms of the GNU General Public License as published by   * it under the terms of the GNU General Public License as published by
# Line 48  function llxHeader($head = "", $title="" Line 49  function llxHeader($head = "", $title=""
49    $menu->add(DOL_URL_ROOT."/admin/modules.php", $langs->trans("Modules"));    $menu->add(DOL_URL_ROOT."/admin/modules.php", $langs->trans("Modules"));
50    
51    $menu->add(DOL_URL_ROOT."/admin/boxes.php", $langs->trans("Boxes"));    $menu->add(DOL_URL_ROOT."/admin/boxes.php", $langs->trans("Boxes"));
52      
53      $menu->add(DOL_URL_ROOT."/admin/delais.php",$langs->trans("D&eacute;lais"));
54    
55    $menu->add(DOL_URL_ROOT."/admin/triggers.php", $langs->trans("Triggers"));    $menu->add(DOL_URL_ROOT."/admin/triggers.php", $langs->trans("Triggers"));
56    

Legend:
Removed from v.1.38  
changed lines
  Added in v.1.39

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