Subversion Repositories Applications.papyrus

Rev

Rev 181 | Rev 274 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 181 Rev 269
Line 19... Line 19...
19
// |                                                                                                      |
19
// |                                                                                                      |
20
// | You should have received a copy of the GNU General Public License                                    |
20
// | You should have received a copy of the GNU General Public License                                    |
21
// | along with Foobar; if not, write to the Free Software                                                |
21
// | along with Foobar; if not, write to the Free Software                                                |
22
// | Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA                            |
22
// | Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA                            |
23
// +------------------------------------------------------------------------------------------------------+
23
// +------------------------------------------------------------------------------------------------------+
24
// CVS : $Id: affi_configuration.inc.php,v 1.1 2004-11-26 13:10:20 jpm Exp $
24
// CVS : $Id: affi_configuration.inc.php,v 1.2 2005-02-22 17:55:38 jpm Exp $
25
/**
25
/**
26
* Application réalisant l'affichage du contenu stocké dans Papyrus.
26
* Application réalisant l'affichage du contenu stocké dans Papyrus.
27
*
27
*
28
* Les constantes et variables de configuration de l'application Afficheur.
28
* Les constantes et variables de configuration de l'application Afficheur.
29
*
29
*
Line 32... Line 32...
32
//Auteur original :
32
//Auteur original :
33
*@author        Jean-Pascal MILCENT <jpm@tela-botanica.org>
33
*@author        Jean-Pascal MILCENT <jpm@tela-botanica.org>
34
//Autres auteurs :
34
//Autres auteurs :
35
*@author        Aucun
35
*@author        Aucun
36
*@copyright     Tela-Botanica 2000-2004
36
*@copyright     Tela-Botanica 2000-2004
37
*@version       $Revision: 1.1 $ $Date: 2004-11-26 13:10:20 $
37
*@version       $Revision: 1.2 $ $Date: 2005-02-22 17:55:38 $
38
// +------------------------------------------------------------------------------------------------------+
38
// +------------------------------------------------------------------------------------------------------+
39
*/
39
*/
Line 40... Line 40...
40
 
40
 
41
// +------------------------------------------------------------------------------------------------------+
41
// +------------------------------------------------------------------------------------------------------+
Line 59... Line 59...
59
 
59
 
60
// L'identifiant du menu courant :
60
// L'identifiant du menu courant :
61
if (isset($GLOBALS['_GEN_commun']['traduction_info_menu'])) {
61
if (isset($GLOBALS['_GEN_commun']['traduction_info_menu'])) {
62
    $GLOBALS['_AFFICHEUR']['menu_courant_id'] = $GLOBALS['_GEN_commun']['traduction_info_menu']->gm_id_menu;
62
    $GLOBALS['_AFFICHEUR']['menu_courant_id'] = $GLOBALS['_GEN_commun']['traduction_info_menu']->gm_id_menu;
63
} else {
63
} else {
64
    $GLOBALS['_AFFICHEUR']['menu_courant_id'] = $GLOBALS['_GEN_commun']['info_menu']->gm_id_menu;
64
    $GLOBALS['_AFFICHEUR']['menu_courant_id'] = $GLOBALS['_GEN_commun']['url_menu'];
Line 65... Line 65...
65
}
65
}
66
 
66
 
Line 91... Line 91...
91
 
91
 
92
 
92
 
93
/* +--Fin du code ----------------------------------------------------------------------------------------+
93
/* +--Fin du code ----------------------------------------------------------------------------------------+
-
 
94
*
-
 
95
* $Log: not supported by cvs2svn $
-
 
96
* Revision 1.1  2004/11/26 13:10:20  jpm
94
*
97
* Utilisation des actions Papyrus et implémentation de la syntaxe Wikini.
95
* $Log: not supported by cvs2svn $
98
*
96
*
99
*
97
* +-- Fin du code ----------------------------------------------------------------------------------------+
100
* +-- Fin du code ----------------------------------------------------------------------------------------+
98
*/
101
*/