Subversion Repositories Applications.papyrus

Compare Revisions

Ignore whitespace Rev 539 → Rev 540

/trunk/papyrus/applications/plan/plan.php
19,7 → 19,7
// | License along with this library; if not, write to the Free Software |
// | Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA |
// +------------------------------------------------------------------------------------------------------+
// CVS : $Id: plan.php,v 1.3 2005-04-19 17:21:02 jpm Exp $
// CVS : $Id: plan.php,v 1.4 2005-10-14 11:49:51 alexandre_tb Exp $
/**
* Application réalisant le plan d'un site web géré par Papyrus.
*
33,7 → 33,7
//Autres auteurs :
*@author Jean-Pascal MILCENT <jpm@tela-botanica.org>
*@copyright Tela-Botanica 2000-2004
*@version $Revision: 1.3 $ $Date: 2005-04-19 17:21:02 $
*@version $Revision: 1.4 $ $Date: 2005-10-14 11:49:51 $
// +------------------------------------------------------------------------------------------------------+
*/
 
81,6 → 81,9
}
foreach ($aso_sites as $cle => $site) {
// On ignore le site admin
if ($site['gs_code_alpha'] == 'admin') continue;
if (count($aso_sites) > 1) {
if (!empty($site['gs_titre'])) {
$titre = $site['gs_titre'];
151,6 → 154,10
/* +--Fin du code ----------------------------------------------------------------------------------------+
*
* $Log: not supported by cvs2svn $
* Revision 1.3 2005/04/19 17:21:02 jpm
* Amélioration de l'application.
* Gestion des dates de fin de validité des menus.
*
* Revision 1.2 2005/02/28 10:38:24 jpm
* Modification de l'utilisation d'une variable globale.
*