Files
ohmj2/Scripts/menuEntries.php
2009-09-15 21:08:20 +00:00

165 lines
4.9 KiB
PHP
Executable File

<?php
/***************************************************************************
menuentries.php - list of the available menus.
-------------------
begin : Dec UTC 2002
copyright : (C) 2002 by NADAL Jean-Baptiste
email : jbnadal@ifrance.com
***************************************************************************
*
*
*
***************************************************************************
* *
* 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 *
* the Free Software Foundation; either version 2 of the License, or *
* (at your option) any later version. *
* *
***************************************************************************
* $Id: menuEntries.php,v 1.6 2005/03/10 18:08:46 jb Exp $
***************************************************************************/
/* General menu entries. */
$menu[0][0] = "Editorial";
$menu[0][1] = "$racine/$page_index?page=editorial" ;
$menu[0][2] = $MENU_GENERAL;
$menu[1][0] = "Historique";
$menu[1][1] = "$racine/$page_index?page=histoire";
$menu[1][2] = $MENU_GENERAL;
$menu[2][0] = "Infos Concerts";
$menu[2][1] = "$racine/$page_index?page=info_concerts";
$menu[2][2] = $MENU_GENERAL;
$menu[3][0] = "R&eacute;pertoire";
$menu[3][1] = "$racine/$page_index?page=repertoire";
$menu[3][2] = $MENU_GENERAL;
$menu[4][0] = "Musique en Ligne";
$menu[4][1] = "$racine/$page_index?page=Mus_Ligne";
$menu[4][2] = $MENU_GENERAL;
$menu[5][0] = "Video en Ligne";
$menu[5][1] = "$racine/$page_index?page=Video";
$menu[5][2] = $MENU_GENERAL;
$menu[6][0] = "Presse";
$menu[6][1] = "$racine/$page_index?page=presse";
$menu[6][2] = $MENU_GENERAL;
$menu[7][0] = "Album Photos";
$menu[7][1] = "$racine/$page_index?page=albums_photos";
$menu[7][2] = $MENU_GENERAL;
$menu[8][0] = "Fonctionnement";
$menu[8][1] = "$racine/$page_index?page=fonctionnement";
$menu[8][2] = $MENU_GENERAL;
$menu[9][0] = "Recrutement";
$menu[9][1] = "$racine/$page_index?page=recrutement";
$menu[9][2] = $MENU_GENERAL;
$menu[10][0] = "Contacts";
$menu[10][1] = "$racine/$page_index?page=contacts";
$menu[10][2] = $MENU_GENERAL;
$menu[11][0] = "Lieu de r&eacute;p&eacute;tition";
$menu[11][1] = "$racine/$page_index?page=repetition";
$menu[11][2] = $MENU_GENERAL;
$menu[12][0] = "Livre d'OR";
$menu[12][1] = "$racine/$page_index?page=livre_or";
$menu[12][2] = $MENU_GENERAL;
$menu[13][0] = "Liens";
$menu[13][1] = "$racine/$page_index?page=liens";
$menu[13][2] = $MENU_GENERAL;
/* Menbres menu entries. */
$menu[14][0] = "Section Musiciens";
$menu[14][1] = "$racine/$page_index?page=membres";
$menu[14][2] = $MENU_MEMBRE;
$menu[15][0] = "Ajouter un cookie";
$menu[15][1] = "Cookie.php?page=Pose";
$menu[15][2] = $MENU_MEMBRE;
$menu[16][0] = "Supp. un cookie";
$menu[16][1] = "Cookie.php?page=Supp";
$menu[16][2] = $MENU_MEMBRE;
$menu[29][0] = "Adm. Utilisateurs";
$menu[29][1] = "$racine/$page_index?page=AdmUsers";
$menu[29][2] = $MENU_MOD;
/* Admin menu entries. */
$menu[17][0] = "&eacute;ditorial";
$menu[17][1] = "$racine/$page_index?page=M_edito";
$menu[17][2] = $MENU_ADMIN;
$menu[18][0] = "Historique";
$menu[18][1] = "$racine/$page_index?page=M_Hist";
$menu[18][2] = $MENU_ADMIN;
$menu[19][0] = "Agenda";
$menu[19][1] = "$racine/$page_index?page=M_InfoC";
$menu[19][2] = $MENU_ADMIN;
$menu[20][0] = "Ajouter une News";
$menu[20][1] = "$racine/$page_index?page=AdmNews";
$menu[20][2] = $MENU_ADMIN;
$menu[21][0] = "R&eacute;pertoire";
$menu[21][1] = "$racine/$page_index?page=M_Rep";
$menu[21][2] = $MENU_ADMIN;
$menu[22][0] = "Fonctionnement";
$menu[22][1] = "$racine/$page_index?page=M_Fonctionnement";
$menu[22][2] = $MENU_ADMIN;
$menu[23][0] = "Contacts";
$menu[23][1] = "$racine/$page_index?page=M_Contacts";
$menu[23][2] = $MENU_ADMIN;
$menu[24][0] = "Recrutement";
$menu[24][1] = "$racine/$page_index?page=M_Recrutement";
$menu[24][2] = $MENU_ADMIN;
$menu[25][0] = "Livre d'or";
$menu[25][1] = "$racine/$page_index?page=AdmLivOR";
$menu[25][2] = $MENU_ADMIN;
$menu[26][0] = "Statistiques";
$menu[26][1] = "$racine/$page_index?page=StatSite";
$menu[26][2] = $MENU_ADMIN;
$menu[27][0] = "Download";
$menu[27][1] = "$racine/$page_index?page=AdmDownload";
$menu[27][2] = $MENU_ADMIN;
$menu[28][0] = "Liens";
$menu[28][1] = "$racine/$page_index?page=AdmLinks";
$menu[28][2] = $MENU_ADMIN;
$menu[29][0] = "Albums Photos";
$menu[29][1] = "$racine/$page_index?page=AdmAlbums";
$menu[29][2] = $MENU_ADMIN;
$menu[30][0] = "Section Musiciens";
$menu[30][1] = "$racine/$page_index?page=AdmMembres";
$menu[30][2] = $MENU_ADMIN;
/* End of menu entries. */
$menu[31][0] = "NULL";
$menu[31][1] = "NULL";
$menu[31][2] = "NULL";
$racine.$page_index
?>