diff --git a/build/doxygen/dolibarr-doxygen.doxyfile b/build/doxygen/dolibarr-doxygen.doxyfile index 60a56354daa..889180da73d 100644 --- a/build/doxygen/dolibarr-doxygen.doxyfile +++ b/build/doxygen/dolibarr-doxygen.doxyfile @@ -1,4 +1,4 @@ -# Doxyfile 1.7.1 +# Doxyfile 1.7.3 # This file describes the settings to be used by the documentation system # doxygen (www.doxygen.org) for a project @@ -796,13 +796,15 @@ HTML_FILE_EXTENSION = .html # each generated HTML page. If it is left blank doxygen will generate a # standard header. -HTML_HEADER = +# Does not work with 1.7.3 +#HTML_HEADER = doxygen_header.html # The HTML_FOOTER tag can be used to specify a personal HTML footer for # each generated HTML page. If it is left blank doxygen will generate a # standard footer. -HTML_FOOTER = +# Does not work with 1.7.3 +HTML_FOOTER = doxygen_footer.html # The HTML_STYLESHEET tag can be used to specify a user-defined cascading # style sheet that is used by each HTML page. It can be used to diff --git a/build/doxygen/doxygen_footer.html b/build/doxygen/doxygen_footer.html new file mode 100755 index 00000000000..dbc8fe21b38 --- /dev/null +++ b/build/doxygen/doxygen_footer.html @@ -0,0 +1,43 @@ + + + + + + + + + + + + + +
+ + +
+ + + + \ No newline at end of file diff --git a/build/doxygen/doxygen_header.html b/build/doxygen/doxygen_header.html new file mode 100755 index 00000000000..8d367cccb67 --- /dev/null +++ b/build/doxygen/doxygen_header.html @@ -0,0 +1,63 @@ + + + + +$title + + + + + + + + + +
+ +
+
+
+
+ +
+
+ + + + + +
$projectname
- $projectnumber
+ + + + +
+
+ +
+ + +
+
+ +
+
+
+
+ +
+ + + + diff --git a/htdocs/adherents/fiche_subscription.php b/htdocs/adherents/fiche_subscription.php index 0e5b39c4539..b10048caae6 100644 --- a/htdocs/adherents/fiche_subscription.php +++ b/htdocs/adherents/fiche_subscription.php @@ -1,5 +1,5 @@ +/* Copyright (C) 2007-2011 Laurent Destailleur * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -18,8 +18,8 @@ /** * \file htdocs/adherents/fiche_subscription.php * \ingroup member - * \brief Page d'ajout, edition, suppression d'une fiche adh�sion - * \version $Id: fiche_subscription.php,v 1.30 2011/07/31 22:23:28 eldy Exp $ + * \brief Page to add/edit/remove a member subscription + * \version $Id: fiche_subscription.php,v 1.31 2011/08/08 18:47:41 eldy Exp $ */ require("../main.inc.php"); @@ -392,5 +392,5 @@ if ($rowid && $action != 'edit') $db->close(); -llxFooter('$Date: 2011/07/31 22:23:28 $ - $Revision: 1.30 $'); +llxFooter('$Date: 2011/08/08 18:47:41 $ - $Revision: 1.31 $'); ?>