Subversion Repositories Applications.papyrus

Compare Revisions

Ignore whitespace Rev 1013 → Rev 1014

/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.5 2006-03-02 10:49:49 ddelon Exp $
// CVS : $Id: plan.php,v 1.6 2006-10-06 10:03:14 florian 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.5 $ $Date: 2006-03-02 10:49:49 $
*@version $Revision: 1.6 $ $Date: 2006-10-06 10:03:14 $
// +------------------------------------------------------------------------------------------------------+
*/
 
92,9 → 92,9
foreach ($aso_sites as $cle => $site) {
// On ignore le site admin
if ($site['gs_code_alpha'] == 'admin') continue;
if ($site['gs_code_alpha'] == 'admin' && $GLOBALS['_GEN_commun']['info_site']->gs_code_alpha!='admin') continue;
if (count($aso_sites) > 1) {
if (count($aso_sites) >= 1) {
if (!empty($site['gs_titre'])) {
$titre = $site['gs_titre'];
} else {
164,6 → 164,9
/* +--Fin du code ----------------------------------------------------------------------------------------+
*
* $Log: not supported by cvs2svn $
* Revision 1.5 2006/03/02 10:49:49 ddelon
* Fusion branche multilinguisme dans branche principale
*
* Revision 1.4.2.1 2006/02/28 14:02:09 ddelon
* Finition multilinguisme
*