Changeset 362


Ignore:
Timestamp:
Feb 12, 2004, 12:20:38 AM (20 years ago)
Author:
z0rglub
Message:

header global refactoring

Location:
trunk
Files:
49 edited

Legend:

Unmodified
Added
Removed
  • trunk/about.php

    r354 r362  
    11<?php
    22// +-----------------------------------------------------------------------+
    3 // |                           about.php                                |
     3// |                               about.php                               |
    44// +-----------------------------------------------------------------------+
    55// | application   : PhpWebGallery <http://phpwebgallery.net>              |
    6 // | branch        : 1.4                                                   |
     6// | branch        : BSF (Best So Far)                                     |
    77// +-----------------------------------------------------------------------+
    88// | file          : $RCSfile$
  • trunk/admin.php

    r354 r362  
    11<?php
    22// +-----------------------------------------------------------------------+
    3 // |                           admin.php                                |
     3// |                               admin.php                               |
    44// +-----------------------------------------------------------------------+
    55// | application   : PhpWebGallery <http://phpwebgallery.net>              |
    6 // | branch        : 1.4                                                   |
     6// | branch        : BSF (Best So Far)                                     |
    77// +-----------------------------------------------------------------------+
    88// | file          : $RCSfile$
  • trunk/admin/cat_list.php

    r345 r362  
    11<?php
    2 /***************************************************************************
    3  *                                  cat_list.php                           *
    4  *                            -------------------                          *
    5  *   application   : PhpWebGallery 1.3 <http://phpwebgallery.net>          *
    6  *   website              : http://www.phpwebgallery.net                   *
    7  *   author        : Pierrick LE GALL <pierrick@z0rglub.com>               *
    8  *                                                                         *
    9  *   $Id$
    10  *                                                                         *
    11  ***************************************************************************/
    12 
    13 /***************************************************************************
    14  *                                                                         *
    15  *   This program is free software; you can redistribute it and/or modify  *
    16  *   it under the terms of the GNU General Public License as published by  *
    17  *   the Free Software Foundation;                                         *
    18  *                                                                         *
    19  ***************************************************************************/
     2// +-----------------------------------------------------------------------+
     3// |                             cat_list.php                              |
     4// +-----------------------------------------------------------------------+
     5// | application   : PhpWebGallery <http://phpwebgallery.net>              |
     6// | branch        : BSF (Best So Far)                                     |
     7// +-----------------------------------------------------------------------+
     8// | file          : $RCSfile$
     9// | last update   : $Date$
     10// | last modifier : $Author$
     11// | revision      : $Revision$
     12// +-----------------------------------------------------------------------+
     13// | This program is free software; you can redistribute it and/or modify  |
     14// | it under the terms of the GNU General Public License as published by  |
     15// | the Free Software Foundation                                          |
     16// |                                                                       |
     17// | This program is distributed in the hope that it will be useful, but   |
     18// | WITHOUT ANY WARRANTY; without even the implied warranty of            |
     19// | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU      |
     20// | General Public License for more details.                              |
     21// |                                                                       |
     22// | You should have received a copy of the GNU General Public License     |
     23// | along with this program; if not, write to the Free Software           |
     24// | Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, |
     25// | USA.                                                                  |
     26// +-----------------------------------------------------------------------+
    2027include_once( './admin/include/isadmin.inc.php' );
    2128
  • trunk/admin/cat_modify.php

    r345 r362  
    11<?php
    2 /***************************************************************************
    3  *                               cat_modify.php                            *
    4  *                            -------------------                          *
    5  *   application   : PhpWebGallery 1.3 <http://phpwebgallery.net>          *
    6  *   author        : Pierrick LE GALL <pierrick@z0rglub.com>               *
    7  *                                                                         *
    8  *   $Id$
    9  *                                                                         *
    10  ***************************************************************************/
    11 
    12 /***************************************************************************
    13  *                                                                         *
    14  *   This program is free software; you can redistribute it and/or modify  *
    15  *   it under the terms of the GNU General Public License as published by  *
    16  *   the Free Software Foundation;                                         *
    17  *                                                                         *
    18  ***************************************************************************/
     2// +-----------------------------------------------------------------------+
     3// |                            cat_modify.php                             |
     4// +-----------------------------------------------------------------------+
     5// | application   : PhpWebGallery <http://phpwebgallery.net>              |
     6// | branch        : BSF (Best So Far)                                     |
     7// +-----------------------------------------------------------------------+
     8// | file          : $RCSfile$
     9// | last update   : $Date$
     10// | last modifier : $Author$
     11// | revision      : $Revision$
     12// +-----------------------------------------------------------------------+
     13// | This program is free software; you can redistribute it and/or modify  |
     14// | it under the terms of the GNU General Public License as published by  |
     15// | the Free Software Foundation                                          |
     16// |                                                                       |
     17// | This program is distributed in the hope that it will be useful, but   |
     18// | WITHOUT ANY WARRANTY; without even the implied warranty of            |
     19// | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU      |
     20// | General Public License for more details.                              |
     21// |                                                                       |
     22// | You should have received a copy of the GNU General Public License     |
     23// | along with this program; if not, write to the Free Software           |
     24// | Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, |
     25// | USA.                                                                  |
     26// +-----------------------------------------------------------------------+
    1927
    2028include_once( './admin/include/isadmin.inc.php' );
  • trunk/admin/cat_perm.php

    r345 r362  
    11<?php
    2 /***************************************************************************
    3  *                               cat_perm.php                              *
    4  *                            ------------------                           *
    5  *   application   : PhpWebGallery 1.3 <http://phpwebgallery.net>          *
    6  *   author        : Pierrick LE GALL <pierrick@z0rglub.com>               *
    7  *                                                                         *
    8  *   $Id$
    9  *                                                                         *
    10  ***************************************************************************/
    11 
    12 /***************************************************************************
    13  *                                                                         *
    14  *   This program is free software; you can redistribute it and/or modify  *
    15  *   it under the terms of the GNU General Public License as published by  *
    16  *   the Free Software Foundation;                                         *
    17  *                                                                         *
    18  ***************************************************************************/
     2// +-----------------------------------------------------------------------+
     3// |                             cat_perm.php                              |
     4// +-----------------------------------------------------------------------+
     5// | application   : PhpWebGallery <http://phpwebgallery.net>              |
     6// | branch        : BSF (Best So Far)                                     |
     7// +-----------------------------------------------------------------------+
     8// | file          : $RCSfile$
     9// | last update   : $Date$
     10// | last modifier : $Author$
     11// | revision      : $Revision$
     12// +-----------------------------------------------------------------------+
     13// | This program is free software; you can redistribute it and/or modify  |
     14// | it under the terms of the GNU General Public License as published by  |
     15// | the Free Software Foundation                                          |
     16// |                                                                       |
     17// | This program is distributed in the hope that it will be useful, but   |
     18// | WITHOUT ANY WARRANTY; without even the implied warranty of            |
     19// | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU      |
     20// | General Public License for more details.                              |
     21// |                                                                       |
     22// | You should have received a copy of the GNU General Public License     |
     23// | along with this program; if not, write to the Free Software           |
     24// | Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, |
     25// | USA.                                                                  |
     26// +-----------------------------------------------------------------------+
    1927include_once( './admin/include/isadmin.inc.php' );
    2028//----------------------------------------------------- template initialization
  • trunk/admin/comments.php

    r345 r362  
    11<?php
    2 /***************************************************************************
    3  *                               comments.php                              *
    4  *                            -------------------                          *
    5  *   application   : PhpWebGallery 1.3 <http://phpwebgallery.net>          *
    6  *   author        : Pierrick LE GALL <pierrick@z0rglub.com>               *
    7  *                                                                         *
    8  *   $Id$
    9  *                                                                         *
    10  ***************************************************************************/
    11 
    12 /***************************************************************************
    13  *                                                                         *
    14  *   This program is free software; you can redistribute it and/or modify  *
    15  *   it under the terms of the GNU General Public License as published by  *
    16  *   the Free Software Foundation;                                         *
    17  *                                                                         *
    18  ***************************************************************************/
     2// +-----------------------------------------------------------------------+
     3// |                             comments.php                              |
     4// +-----------------------------------------------------------------------+
     5// | application   : PhpWebGallery <http://phpwebgallery.net>              |
     6// | branch        : BSF (Best So Far)                                     |
     7// +-----------------------------------------------------------------------+
     8// | file          : $RCSfile$
     9// | last update   : $Date$
     10// | last modifier : $Author$
     11// | revision      : $Revision$
     12// +-----------------------------------------------------------------------+
     13// | This program is free software; you can redistribute it and/or modify  |
     14// | it under the terms of the GNU General Public License as published by  |
     15// | the Free Software Foundation                                          |
     16// |                                                                       |
     17// | This program is distributed in the hope that it will be useful, but   |
     18// | WITHOUT ANY WARRANTY; without even the implied warranty of            |
     19// | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU      |
     20// | General Public License for more details.                              |
     21// |                                                                       |
     22// | You should have received a copy of the GNU General Public License     |
     23// | along with this program; if not, write to the Free Software           |
     24// | Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, |
     25// | USA.                                                                  |
     26// +-----------------------------------------------------------------------+
    1927include_once( './admin/include/isadmin.inc.php' );
    2028$page['plain_structure'] = get_plain_structure();
  • trunk/admin/configuration.php

    r345 r362  
    1 <?
    2 /***************************************************************************
    3  *                             configuration.php                           *
    4  *                            -------------------                          *
    5  *   application   : PhpWebGallery 1.3 <http://phpwebgallery.net>          *
    6  *   author        : Pierrick LE GALL <pierrick@z0rglub.com>               *
    7  *                                                                         *
    8  *   $Id$
    9  *                                                                         *
    10  ***************************************************************************/
    11 
    12 /***************************************************************************
    13  *                                                                         *
    14  *   This program is free software; you can redistribute it and/or modify  *
    15  *   it under the terms of the GNU General Public License as published by  *
    16  *   the Free Software Foundation;                                         *
    17  *                                                                         *
    18  ***************************************************************************/
     1<?php
     2// +-----------------------------------------------------------------------+
     3// |                           configuration.php                           |
     4// +-----------------------------------------------------------------------+
     5// | application   : PhpWebGallery <http://phpwebgallery.net>              |
     6// | branch        : BSF (Best So Far)                                     |
     7// +-----------------------------------------------------------------------+
     8// | file          : $RCSfile$
     9// | last update   : $Date$
     10// | last modifier : $Author$
     11// | revision      : $Revision$
     12// +-----------------------------------------------------------------------+
     13// | This program is free software; you can redistribute it and/or modify  |
     14// | it under the terms of the GNU General Public License as published by  |
     15// | the Free Software Foundation                                          |
     16// |                                                                       |
     17// | This program is distributed in the hope that it will be useful, but   |
     18// | WITHOUT ANY WARRANTY; without even the implied warranty of            |
     19// | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU      |
     20// | General Public License for more details.                              |
     21// |                                                                       |
     22// | You should have received a copy of the GNU General Public License     |
     23// | along with this program; if not, write to the Free Software           |
     24// | Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, |
     25// | USA.                                                                  |
     26// +-----------------------------------------------------------------------+
    1927
    2028include_once( './admin/include/isadmin.inc.php' );
  • trunk/admin/create_listing_file.php

    r345 r362  
    11<?php
    2 /***************************************************************************
    3  *                          create_listing_file.php                        *
    4  *                            -------------------                          *
    5  *   application   : PhpWebGallery 1.3 <http://phpwebgallery.net>          *
    6  *   author        : Pierrick LE GALL <pierrick@z0rglub.com>               *
    7  *                                                                         *
    8  *   $Id$
    9  *                                                                         *
    10  ***************************************************************************/
    11 
     2// +-----------------------------------------------------------------------+
     3// |                        create_listing_file.php                        |
     4// +-----------------------------------------------------------------------+
     5// | application   : PhpWebGallery <http://phpwebgallery.net>              |
     6// | branch        : BSF (Best So Far)                                     |
     7// +-----------------------------------------------------------------------+
     8// | file          : $RCSfile$
     9// | last update   : $Date$
     10// | last modifier : $Author$
     11// | revision      : $Revision$
     12// +-----------------------------------------------------------------------+
     13// | This program is free software; you can redistribute it and/or modify  |
     14// | it under the terms of the GNU General Public License as published by  |
     15// | the Free Software Foundation                                          |
     16// |                                                                       |
     17// | This program is distributed in the hope that it will be useful, but   |
     18// | WITHOUT ANY WARRANTY; without even the implied warranty of            |
     19// | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU      |
     20// | General Public License for more details.                              |
     21// |                                                                       |
     22// | You should have received a copy of the GNU General Public License     |
     23// | along with this program; if not, write to the Free Software           |
     24// | Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, |
     25// | USA.                                                                  |
     26// +-----------------------------------------------------------------------+
    1227$conf['prefix_thumbnail'] = 'TN-';
    1328$conf['picture_ext'] = array ( 'jpg', 'gif', 'png', 'JPG', 'GIF', 'PNG' );
  • trunk/admin/group_list.php

    r345 r362  
    11<?php
    2 /***************************************************************************
    3  *                                 group_list.php                          *
    4  *                            -------------------                          *
    5  *   application   : PhpWebGallery 1.3 <http://phpwebgallery.net>          *
    6  *   author        : Pierrick LE GALL <pierrick@z0rglub.com>               *
    7  *                                                                         *
    8  *   $Id$
    9  *                                                                         *
    10  ***************************************************************************/
    11 
    12 /***************************************************************************
    13  *                                                                         *
    14  *   This program is free software; you can redistribute it and/or modify  *
    15  *   it under the terms of the GNU General Public License as published by  *
    16  *   the Free Software Foundation;                                         *
    17  *                                                                         *
    18  ***************************************************************************/
     2// +-----------------------------------------------------------------------+
     3// |                            group_list.php                             |
     4// +-----------------------------------------------------------------------+
     5// | application   : PhpWebGallery <http://phpwebgallery.net>              |
     6// | branch        : BSF (Best So Far)                                     |
     7// +-----------------------------------------------------------------------+
     8// | file          : $RCSfile$
     9// | last update   : $Date$
     10// | last modifier : $Author$
     11// | revision      : $Revision$
     12// +-----------------------------------------------------------------------+
     13// | This program is free software; you can redistribute it and/or modify  |
     14// | it under the terms of the GNU General Public License as published by  |
     15// | the Free Software Foundation                                          |
     16// |                                                                       |
     17// | This program is distributed in the hope that it will be useful, but   |
     18// | WITHOUT ANY WARRANTY; without even the implied warranty of            |
     19// | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU      |
     20// | General Public License for more details.                              |
     21// |                                                                       |
     22// | You should have received a copy of the GNU General Public License     |
     23// | along with this program; if not, write to the Free Software           |
     24// | Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, |
     25// | USA.                                                                  |
     26// +-----------------------------------------------------------------------+
    1927include_once( './admin/include/isadmin.inc.php' );
    2028//----------------------------------------------------- template initialization
  • trunk/admin/group_perm.php

    r345 r362  
    11<?php
    2 /***************************************************************************
    3  *                               group_perm.php                            *
    4  *                            ------------------                           *
    5  *   application   : PhpWebGallery 1.3 <http://phpwebgallery.net>          *
    6  *   author        : Pierrick LE GALL <pierrick@z0rglub.com>               *
    7  *                                                                         *
    8  *   $Id$
    9  *                                                                         *
    10  ***************************************************************************/
    11 
    12 /***************************************************************************
    13  *                                                                         *
    14  *   This program is free software; you can redistribute it and/or modify  *
    15  *   it under the terms of the GNU General Public License as published by  *
    16  *   the Free Software Foundation;                                         *
    17  *                                                                         *
    18  ***************************************************************************/
     2// +-----------------------------------------------------------------------+
     3// |                            group_perm.php                             |
     4// +-----------------------------------------------------------------------+
     5// | application   : PhpWebGallery <http://phpwebgallery.net>              |
     6// | branch        : BSF (Best So Far)                                     |
     7// +-----------------------------------------------------------------------+
     8// | file          : $RCSfile$
     9// | last update   : $Date$
     10// | last modifier : $Author$
     11// | revision      : $Revision$
     12// +-----------------------------------------------------------------------+
     13// | This program is free software; you can redistribute it and/or modify  |
     14// | it under the terms of the GNU General Public License as published by  |
     15// | the Free Software Foundation                                          |
     16// |                                                                       |
     17// | This program is distributed in the hope that it will be useful, but   |
     18// | WITHOUT ANY WARRANTY; without even the implied warranty of            |
     19// | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU      |
     20// | General Public License for more details.                              |
     21// |                                                                       |
     22// | You should have received a copy of the GNU General Public License     |
     23// | along with this program; if not, write to the Free Software           |
     24// | Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, |
     25// | USA.                                                                  |
     26// +-----------------------------------------------------------------------+
    1927include_once( './admin/include/isadmin.inc.php' );
    2028//----------------------------------------------------- template initialization
  • trunk/admin/help.php

    r228 r362  
    11<?php
    2 /***************************************************************************
    3  *                                  help.php                               *
    4  *                            -------------------                          *
    5  *   application   : PhpWebGallery 1.3 <http://phpwebgallery.net>          *
    6  *   author        : Pierrick LE GALL <pierrick@z0rglub.com>               *
    7  *                                                                         *
    8  *   $Id$
    9  *                                                                         *
    10  ***************************************************************************/
    11 
    12 /***************************************************************************
    13  *                                                                         *
    14  *   This program is free software; you can redistribute it and/or modify  *
    15  *   it under the terms of the GNU General Public License as published by  *
    16  *   the Free Software Foundation;                                         *
    17  *                                                                         *
    18  ***************************************************************************/
     2// +-----------------------------------------------------------------------+
     3// |                               help.php                                |
     4// +-----------------------------------------------------------------------+
     5// | application   : PhpWebGallery <http://phpwebgallery.net>              |
     6// | branch        : BSF (Best So Far)                                     |
     7// +-----------------------------------------------------------------------+
     8// | file          : $RCSfile$
     9// | last update   : $Date$
     10// | last modifier : $Author$
     11// | revision      : $Revision$
     12// +-----------------------------------------------------------------------+
     13// | This program is free software; you can redistribute it and/or modify  |
     14// | it under the terms of the GNU General Public License as published by  |
     15// | the Free Software Foundation                                          |
     16// |                                                                       |
     17// | This program is distributed in the hope that it will be useful, but   |
     18// | WITHOUT ANY WARRANTY; without even the implied warranty of            |
     19// | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU      |
     20// | General Public License for more details.                              |
     21// |                                                                       |
     22// | You should have received a copy of the GNU General Public License     |
     23// | along with this program; if not, write to the Free Software           |
     24// | Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, |
     25// | USA.                                                                  |
     26// +-----------------------------------------------------------------------+
    1927include_once( './admin/include/isadmin.inc.php' );
    2028//----------------------------------------------------- template initialization
  • trunk/admin/include/functions.php

    r345 r362  
    11<?php
    2 /***************************************************************************
    3  *                               functions.php                             *
    4  *                            -------------------                          *
    5  *   application   : PhpWebGallery 1.3 <http://phpwebgallery.net>          *
    6  *   author        : Pierrick LE GALL <pierrick@z0rglub.com>               *
    7  *                                                                         *
    8  *   $Id$
    9  *                                                                         *
    10  ***************************************************************************
    11 
    12  ***************************************************************************
    13  *                                                                         *
    14  *   This program is free software; you can redistribute it and/or modify  *
    15  *   it under the terms of the GNU General Public License as published by  *
    16  *   the Free Software Foundation;                                         *
    17  *                                                                         *
    18  ***************************************************************************/
     2// +-----------------------------------------------------------------------+
     3// |                             functions.php                             |
     4// +-----------------------------------------------------------------------+
     5// | application   : PhpWebGallery <http://phpwebgallery.net>              |
     6// | branch        : BSF (Best So Far)                                     |
     7// +-----------------------------------------------------------------------+
     8// | file          : $RCSfile$
     9// | last update   : $Date$
     10// | last modifier : $Author$
     11// | revision      : $Revision$
     12// +-----------------------------------------------------------------------+
     13// | This program is free software; you can redistribute it and/or modify  |
     14// | it under the terms of the GNU General Public License as published by  |
     15// | the Free Software Foundation                                          |
     16// |                                                                       |
     17// | This program is distributed in the hope that it will be useful, but   |
     18// | WITHOUT ANY WARRANTY; without even the implied warranty of            |
     19// | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU      |
     20// | General Public License for more details.                              |
     21// |                                                                       |
     22// | You should have received a copy of the GNU General Public License     |
     23// | along with this program; if not, write to the Free Software           |
     24// | Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, |
     25// | USA.                                                                  |
     26// +-----------------------------------------------------------------------+
    1927
    2028$tab_ext_create_TN = array ( 'jpg', 'png', 'JPG', 'PNG' );
  • trunk/admin/include/isadmin.inc.php

    r351 r362  
    11<?php
    2 /***************************************************************************
    3  *                              isadmin.inc.php                            *
    4  *                            -------------------                          *
    5  *   application   : PhpWebGallery 1.3 <http://phpwebgallery.net>          *
    6  *   author        : Pierrick LE GALL <pierrick@z0rglub.com>               *
    7  *                                                                         *
    8  *   $Id$
    9  *                                                                         *
    10  ***************************************************************************
    11 
    12  ***************************************************************************
    13  *                                                                         *
    14  *   This program is free software; you can redistribute it and/or modify  *
    15  *   it under the terms of the GNU General Public License as published by  *
    16  *   the Free Software Foundation;                                         *
    17  *                                                                         *
    18  ***************************************************************************/
     2// +-----------------------------------------------------------------------+
     3// |                            isadmin.inc.php                            |
     4// +-----------------------------------------------------------------------+
     5// | application   : PhpWebGallery <http://phpwebgallery.net>              |
     6// | branch        : BSF (Best So Far)                                     |
     7// +-----------------------------------------------------------------------+
     8// | file          : $RCSfile$
     9// | last update   : $Date$
     10// | last modifier : $Author$
     11// | revision      : $Revision$
     12// +-----------------------------------------------------------------------+
     13// | This program is free software; you can redistribute it and/or modify  |
     14// | it under the terms of the GNU General Public License as published by  |
     15// | the Free Software Foundation                                          |
     16// |                                                                       |
     17// | This program is distributed in the hope that it will be useful, but   |
     18// | WITHOUT ANY WARRANTY; without even the implied warranty of            |
     19// | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU      |
     20// | General Public License for more details.                              |
     21// |                                                                       |
     22// | You should have received a copy of the GNU General Public License     |
     23// | along with this program; if not, write to the Free Software           |
     24// | Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, |
     25// | USA.                                                                  |
     26// +-----------------------------------------------------------------------+
    1927
    2028include( './admin/include/functions.php' );
  • trunk/admin/infos_images.php

    r345 r362  
    11<?php
    2 /***************************************************************************
    3  *                             infos_images.php                            *
    4  *                            ------------------                           *
    5  *   application   : PhpWebGallery 1.3 <http://phpwebgallery.net>          *
    6  *   author        : Pierrick LE GALL <pierrick@z0rglub.com>               *
    7  *                                                                         *
    8  *   $Id$
    9  *                                                                         *
    10  ***************************************************************************/
    11 
    12 /***************************************************************************
    13  *                                                                         *
    14  *   This program is free software; you can redistribute it and/or modify  *
    15  *   it under the terms of the GNU General Public License as published by  *
    16  *   the Free Software Foundation;                                         *
    17  *                                                                         *
    18  ***************************************************************************/
     2// +-----------------------------------------------------------------------+
     3// |                           infos_images.php                            |
     4// +-----------------------------------------------------------------------+
     5// | application   : PhpWebGallery <http://phpwebgallery.net>              |
     6// | branch        : BSF (Best So Far)                                     |
     7// +-----------------------------------------------------------------------+
     8// | file          : $RCSfile$
     9// | last update   : $Date$
     10// | last modifier : $Author$
     11// | revision      : $Revision$
     12// +-----------------------------------------------------------------------+
     13// | This program is free software; you can redistribute it and/or modify  |
     14// | it under the terms of the GNU General Public License as published by  |
     15// | the Free Software Foundation                                          |
     16// |                                                                       |
     17// | This program is distributed in the hope that it will be useful, but   |
     18// | WITHOUT ANY WARRANTY; without even the implied warranty of            |
     19// | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU      |
     20// | General Public License for more details.                              |
     21// |                                                                       |
     22// | You should have received a copy of the GNU General Public License     |
     23// | along with this program; if not, write to the Free Software           |
     24// | Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, |
     25// | USA.                                                                  |
     26// +-----------------------------------------------------------------------+
    1927
    2028include_once( './admin/include/isadmin.inc.php' );
  • trunk/admin/picture_modify.php

    r345 r362  
    11<?php
    2 /***************************************************************************
    3  *                            picture_modify.php                           *
    4  *                            ------------------                           *
    5  *   application   : PhpWebGallery 1.3 <http://phpwebgallery.net>          *
    6  *   author        : Pierrick LE GALL <pierrick@z0rglub.com>               *
    7  *                                                                         *
    8  *   $Id$
    9  *                                                                         *
    10  ***************************************************************************/
    11 
    12 /***************************************************************************
    13  *                                                                         *
    14  *   This program is free software; you can redistribute it and/or modify  *
    15  *   it under the terms of the GNU General Public License as published by  *
    16  *   the Free Software Foundation;                                         *
    17  *                                                                         *
    18  ***************************************************************************/
     2// +-----------------------------------------------------------------------+
     3// |                          picture_modify.php                           |
     4// +-----------------------------------------------------------------------+
     5// | application   : PhpWebGallery <http://phpwebgallery.net>              |
     6// | branch        : BSF (Best So Far)                                     |
     7// +-----------------------------------------------------------------------+
     8// | file          : $RCSfile$
     9// | last update   : $Date$
     10// | last modifier : $Author$
     11// | revision      : $Revision$
     12// +-----------------------------------------------------------------------+
     13// | This program is free software; you can redistribute it and/or modify  |
     14// | it under the terms of the GNU General Public License as published by  |
     15// | the Free Software Foundation                                          |
     16// |                                                                       |
     17// | This program is distributed in the hope that it will be useful, but   |
     18// | WITHOUT ANY WARRANTY; without even the implied warranty of            |
     19// | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU      |
     20// | General Public License for more details.                              |
     21// |                                                                       |
     22// | You should have received a copy of the GNU General Public License     |
     23// | along with this program; if not, write to the Free Software           |
     24// | Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, |
     25// | USA.                                                                  |
     26// +-----------------------------------------------------------------------+
    1927
    2028include_once( './admin/include/isadmin.inc.php' );
  • trunk/admin/stats.php

    r345 r362  
    11<?php
    2 /***************************************************************************
    3  *                                 stats.php                               *
    4  *                            -------------------                          *
    5  *   application   : PhpWebGallery 1.3 <http://phpwebgallery.net>          *
    6  *   author        : Pierrick LE GALL <pierrick@z0rglub.com>               *
    7  *                                                                         *
    8  *   $Id$
    9  *                                                                         *
    10  ***************************************************************************/
    11 
    12 /***************************************************************************
    13  *                                                                         *
    14  *   This program is free software; you can redistribute it and/or modify  *
    15  *   it under the terms of the GNU General Public License as published by  *
    16  *   the Free Software Foundation;                                         *
    17  *                                                                         *
    18  ***************************************************************************/
     2// +-----------------------------------------------------------------------+
     3// |                               stats.php                               |
     4// +-----------------------------------------------------------------------+
     5// | application   : PhpWebGallery <http://phpwebgallery.net>              |
     6// | branch        : BSF (Best So Far)                                     |
     7// +-----------------------------------------------------------------------+
     8// | file          : $RCSfile$
     9// | last update   : $Date$
     10// | last modifier : $Author$
     11// | revision      : $Revision$
     12// +-----------------------------------------------------------------------+
     13// | This program is free software; you can redistribute it and/or modify  |
     14// | it under the terms of the GNU General Public License as published by  |
     15// | the Free Software Foundation                                          |
     16// |                                                                       |
     17// | This program is distributed in the hope that it will be useful, but   |
     18// | WITHOUT ANY WARRANTY; without even the implied warranty of            |
     19// | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU      |
     20// | General Public License for more details.                              |
     21// |                                                                       |
     22// | You should have received a copy of the GNU General Public License     |
     23// | along with this program; if not, write to the Free Software           |
     24// | Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, |
     25// | USA.                                                                  |
     26// +-----------------------------------------------------------------------+
    1927include_once( './admin/include/isadmin.inc.php' );
    2028$max_pixels = 500;
  • trunk/admin/thumbnail.php

    r345 r362  
    11<?php
    2 /***************************************************************************
    3  *                              thumbnail.php                              *
    4  *                            -------------------                          *
    5  *   application   : PhpWebGallery 1.3 <http://phpwebgallery.net>          *
    6  *   author        : Pierrick LE GALL <pierrick@z0rglub.com>               *
    7  *                                                                         *
    8  *   $Id$
    9  *                                                                         *
    10  ***************************************************************************/
    11 
    12 /***************************************************************************
    13  *                                                                         *
    14  *   This program is free software; you can redistribute it and/or modify  *
    15  *   it under the terms of the GNU General Public License as published by  *
    16  *   the Free Software Foundation;                                         *
    17  *                                                                         *
    18  ***************************************************************************/
     2// +-----------------------------------------------------------------------+
     3// |                             thumbnail.php                             |
     4// +-----------------------------------------------------------------------+
     5// | application   : PhpWebGallery <http://phpwebgallery.net>              |
     6// | branch        : BSF (Best So Far)                                     |
     7// +-----------------------------------------------------------------------+
     8// | file          : $RCSfile$
     9// | last update   : $Date$
     10// | last modifier : $Author$
     11// | revision      : $Revision$
     12// +-----------------------------------------------------------------------+
     13// | This program is free software; you can redistribute it and/or modify  |
     14// | it under the terms of the GNU General Public License as published by  |
     15// | the Free Software Foundation                                          |
     16// |                                                                       |
     17// | This program is distributed in the hope that it will be useful, but   |
     18// | WITHOUT ANY WARRANTY; without even the implied warranty of            |
     19// | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU      |
     20// | General Public License for more details.                              |
     21// |                                                                       |
     22// | You should have received a copy of the GNU General Public License     |
     23// | along with this program; if not, write to the Free Software           |
     24// | Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, |
     25// | USA.                                                                  |
     26// +-----------------------------------------------------------------------+
    1927include_once( './admin/include/isadmin.inc.php' );
    2028//------------------------------------------------------------------- functions
  • trunk/admin/update.php

    r358 r362  
    11<?php
    2 /***************************************************************************
    3  *                                update.php                               *
    4  *                            ------------------                           *
    5  *   application   : PhpWebGallery 1.4 <http://phpwebgallery.net>          *
    6  *   author        : Pierrick LE GALL <pierrick@z0rglub.com>               *
    7  *                                                                         *
    8  *   $Id$
    9  *                                                                         *
    10  ***************************************************************************/
    11 
    12 /***************************************************************************
    13  *                                                                         *
    14  *   This program is free software; you can redistribute it and/or modify  *
    15  *   it under the terms of the GNU General Public License as published by  *
    16  *   the Free Software Foundation;                                         *
    17  *                                                                         *
    18  ***************************************************************************/
     2// +-----------------------------------------------------------------------+
     3// |                              update.php                               |
     4// +-----------------------------------------------------------------------+
     5// | application   : PhpWebGallery <http://phpwebgallery.net>              |
     6// | branch        : BSF (Best So Far)                                     |
     7// +-----------------------------------------------------------------------+
     8// | file          : $RCSfile$
     9// | last update   : $Date$
     10// | last modifier : $Author$
     11// | revision      : $Revision$
     12// +-----------------------------------------------------------------------+
     13// | This program is free software; you can redistribute it and/or modify  |
     14// | it under the terms of the GNU General Public License as published by  |
     15// | the Free Software Foundation                                          |
     16// |                                                                       |
     17// | This program is distributed in the hope that it will be useful, but   |
     18// | WITHOUT ANY WARRANTY; without even the implied warranty of            |
     19// | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU      |
     20// | General Public License for more details.                              |
     21// |                                                                       |
     22// | You should have received a copy of the GNU General Public License     |
     23// | along with this program; if not, write to the Free Software           |
     24// | Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, |
     25// | USA.                                                                  |
     26// +-----------------------------------------------------------------------+
    1927
    2028include_once( './admin/include/isadmin.inc.php' );
  • trunk/admin/user_list.php

    r345 r362  
    11<?php
    2 /***************************************************************************
    3  *                               user_list.php                             *
    4  *                            -------------------                          *
    5  *   application   : PhpWebGallery 1.3 <http://phpwebgallery.net>          *
    6  *   author        : Pierrick LE GALL <pierrick@z0rglub.com>               *
    7  *                                                                         *
    8  *   $Id$
    9  *                                                                         *
    10  ***************************************************************************/
    11 
    12 /***************************************************************************
    13  *                                                                         *
    14  *   This program is free software; you can redistribute it and/or modify  *
    15  *   it under the terms of the GNU General Public License as published by  *
    16  *   the Free Software Foundation;                                         *
    17  *                                                                         *
    18  ***************************************************************************/
     2// +-----------------------------------------------------------------------+
     3// |                             user_list.php                             |
     4// +-----------------------------------------------------------------------+
     5// | application   : PhpWebGallery <http://phpwebgallery.net>              |
     6// | branch        : BSF (Best So Far)                                     |
     7// +-----------------------------------------------------------------------+
     8// | file          : $RCSfile$
     9// | last update   : $Date$
     10// | last modifier : $Author$
     11// | revision      : $Revision$
     12// +-----------------------------------------------------------------------+
     13// | This program is free software; you can redistribute it and/or modify  |
     14// | it under the terms of the GNU General Public License as published by  |
     15// | the Free Software Foundation                                          |
     16// |                                                                       |
     17// | This program is distributed in the hope that it will be useful, but   |
     18// | WITHOUT ANY WARRANTY; without even the implied warranty of            |
     19// | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU      |
     20// | General Public License for more details.                              |
     21// |                                                                       |
     22// | You should have received a copy of the GNU General Public License     |
     23// | along with this program; if not, write to the Free Software           |
     24// | Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, |
     25// | USA.                                                                  |
     26// +-----------------------------------------------------------------------+
    1927include_once( './admin/include/isadmin.inc.php' );
    2028//----------------------------------------------------- template initialization
  • trunk/admin/user_modify.php

    r345 r362  
    11<?php
    2 /***************************************************************************
    3  *                              user_modify.php                            *
    4  *                            -------------------                          *
    5  *   application   : PhpWebGallery 1.3 <http://phpwebgallery.net>          *
    6  *   author        : Pierrick LE GALL <pierrick@z0rglub.com>               *
    7  *                                                                         *
    8  *   $Id$
    9  *                                                                         *
    10  ***************************************************************************/
    11 
    12 /***************************************************************************
    13  *                                                                         *
    14  *   This program is free software; you can redistribute it and/or modify  *
    15  *   it under the terms of the GNU General Public License as published by  *
    16  *   the Free Software Foundation;                                         *
    17  *                                                                         *
    18  ***************************************************************************/
     2// +-----------------------------------------------------------------------+
     3// |                            user_modify.php                            |
     4// +-----------------------------------------------------------------------+
     5// | application   : PhpWebGallery <http://phpwebgallery.net>              |
     6// | branch        : BSF (Best So Far)                                     |
     7// +-----------------------------------------------------------------------+
     8// | file          : $RCSfile$
     9// | last update   : $Date$
     10// | last modifier : $Author$
     11// | revision      : $Revision$
     12// +-----------------------------------------------------------------------+
     13// | This program is free software; you can redistribute it and/or modify  |
     14// | it under the terms of the GNU General Public License as published by  |
     15// | the Free Software Foundation                                          |
     16// |                                                                       |
     17// | This program is distributed in the hope that it will be useful, but   |
     18// | WITHOUT ANY WARRANTY; without even the implied warranty of            |
     19// | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU      |
     20// | General Public License for more details.                              |
     21// |                                                                       |
     22// | You should have received a copy of the GNU General Public License     |
     23// | along with this program; if not, write to the Free Software           |
     24// | Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, |
     25// | USA.                                                                  |
     26// +-----------------------------------------------------------------------+
    1927include_once( './admin/include/isadmin.inc.php' );
    2028//----------------------------------------------------- template initialization
  • trunk/admin/user_perm.php

    r345 r362  
    11<?php
    2 /***************************************************************************
    3  *                               user_perm.php                             *
    4  *                            ------------------                           *
    5  *   application   : PhpWebGallery 1.3 <http://phpwebgallery.net>          *
    6  *   author        : Pierrick LE GALL <pierrick@z0rglub.com>               *
    7  *                                                                         *
    8  *   $Id$
    9  *                                                                         *
    10  ***************************************************************************/
    11 
    12 /***************************************************************************
    13  *                                                                         *
    14  *   This program is free software; you can redistribute it and/or modify  *
    15  *   it under the terms of the GNU General Public License as published by  *
    16  *   the Free Software Foundation;                                         *
    17  *                                                                         *
    18  ***************************************************************************/
     2// +-----------------------------------------------------------------------+
     3// |                             user_perm.php                             |
     4// +-----------------------------------------------------------------------+
     5// | application   : PhpWebGallery <http://phpwebgallery.net>              |
     6// | branch        : BSF (Best So Far)                                     |
     7// +-----------------------------------------------------------------------+
     8// | file          : $RCSfile$
     9// | last update   : $Date$
     10// | last modifier : $Author$
     11// | revision      : $Revision$
     12// +-----------------------------------------------------------------------+
     13// | This program is free software; you can redistribute it and/or modify  |
     14// | it under the terms of the GNU General Public License as published by  |
     15// | the Free Software Foundation                                          |
     16// |                                                                       |
     17// | This program is distributed in the hope that it will be useful, but   |
     18// | WITHOUT ANY WARRANTY; without even the implied warranty of            |
     19// | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU      |
     20// | General Public License for more details.                              |
     21// |                                                                       |
     22// | You should have received a copy of the GNU General Public License     |
     23// | along with this program; if not, write to the Free Software           |
     24// | Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, |
     25// | USA.                                                                  |
     26// +-----------------------------------------------------------------------+
    1927include_once( './admin/include/isadmin.inc.php' );
    2028//----------------------------------------------------- template initialization
  • trunk/admin/waiting.php

    r345 r362  
    11<?php
    2 /***************************************************************************
    3  *                                waiting.php                              *
    4  *                            -------------------                          *
    5  *   application   : PhpWebGallery 1.3 <http://phpwebgallery.net>          *
    6  *   author        : Pierrick LE GALL <pierrick@z0rglub.com>               *
    7  *                                                                         *
    8  *   $Id$
    9  *                                                                         *
    10  ***************************************************************************/
    11 
    12 /***************************************************************************
    13  *                                                                         *
    14  *   This program is free software; you can redistribute it and/or modify  *
    15  *   it under the terms of the GNU General Public License as published by  *
    16  *   the Free Software Foundation;                                         *
    17  *                                                                         *
    18  ***************************************************************************/
     2// +-----------------------------------------------------------------------+
     3// |                              waiting.php                              |
     4// +-----------------------------------------------------------------------+
     5// | application   : PhpWebGallery <http://phpwebgallery.net>              |
     6// | branch        : BSF (Best So Far)                                     |
     7// +-----------------------------------------------------------------------+
     8// | file          : $RCSfile$
     9// | last update   : $Date$
     10// | last modifier : $Author$
     11// | revision      : $Revision$
     12// +-----------------------------------------------------------------------+
     13// | This program is free software; you can redistribute it and/or modify  |
     14// | it under the terms of the GNU General Public License as published by  |
     15// | the Free Software Foundation                                          |
     16// |                                                                       |
     17// | This program is distributed in the hope that it will be useful, but   |
     18// | WITHOUT ANY WARRANTY; without even the implied warranty of            |
     19// | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU      |
     20// | General Public License for more details.                              |
     21// |                                                                       |
     22// | You should have received a copy of the GNU General Public License     |
     23// | along with this program; if not, write to the Free Software           |
     24// | Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, |
     25// | USA.                                                                  |
     26// +-----------------------------------------------------------------------+
    1927include_once( './admin/include/isadmin.inc.php' );
    2028//--------------------------------------------------------------------- updates
  • trunk/category.php

    r354 r362  
    11<?php
    22// +-----------------------------------------------------------------------+
    3 // |                           category.php                                |
     3// |                             category.php                              |
    44// +-----------------------------------------------------------------------+
    55// | application   : PhpWebGallery <http://phpwebgallery.net>              |
    6 // | branch        : 1.4                                                   |
     6// | branch        : BSF (Best So Far)                                     |
    77// +-----------------------------------------------------------------------+
    88// | file          : $RCSfile$
  • trunk/comments.php

    r355 r362  
    11<?php
    22// +-----------------------------------------------------------------------+
    3 // |                           comments.php                                |
     3// |                             comments.php                              |
    44// +-----------------------------------------------------------------------+
    55// | application   : PhpWebGallery <http://phpwebgallery.net>              |
    6 // | branch        : 1.4                                                   |
     6// | branch        : BSF (Best So Far)                                     |
    77// +-----------------------------------------------------------------------+
    88// | file          : $RCSfile$
  • trunk/identification.php

    r354 r362  
    11<?php
    22// +-----------------------------------------------------------------------+
    3 // |                           identification.php                                |
     3// |                          identification.php                           |
    44// +-----------------------------------------------------------------------+
    55// | application   : PhpWebGallery <http://phpwebgallery.net>              |
    6 // | branch        : 1.4                                                   |
     6// | branch        : BSF (Best So Far)                                     |
    77// +-----------------------------------------------------------------------+
    88// | file          : $RCSfile$
  • trunk/include/common.inc.php

    r359 r362  
    11<?php
    22// +-----------------------------------------------------------------------+
    3 // |                           common.inc.php                              |
     3// |                            common.inc.php                             |
    44// +-----------------------------------------------------------------------+
    55// | application   : PhpWebGallery <http://phpwebgallery.net>              |
    6 // | branch        : 1.4                                                   |
     6// | branch        : BSF (Best So Far)                                     |
    77// +-----------------------------------------------------------------------+
    88// | file          : $RCSfile$
  • trunk/include/config.inc.php

    r351 r362  
    11<?php
    2 /***************************************************************************
    3  *                              config.inc.php                             *
    4  *                            -------------------                          *
    5  *   application   : PhpWebGallery 1.4 <http://phpwebgallery.net>          *
    6  *   author        : Pierrick LE GALL <pierrick@z0rglub.com>               *
    7  *                                                                         *
    8  *   $Id$
    9  *                                                                         *
    10  ***************************************************************************
    11 
    12  ***************************************************************************
    13  *                                                                         *
    14  *   This program is free software; you can redistribute it and/or modify  *
    15  *   it under the terms of the GNU General Public License as published by  *
    16  *   the Free Software Foundation;                                         *
    17  *                                                                         *
    18  ***************************************************************************/
     2// +-----------------------------------------------------------------------+
     3// |                            config.inc.php                             |
     4// +-----------------------------------------------------------------------+
     5// | application   : PhpWebGallery <http://phpwebgallery.net>              |
     6// | branch        : BSF (Best So Far)                                     |
     7// +-----------------------------------------------------------------------+
     8// | file          : $RCSfile$
     9// | last update   : $Date$
     10// | last modifier : $Author$
     11// | revision      : $Revision$
     12// +-----------------------------------------------------------------------+
     13// | This program is free software; you can redistribute it and/or modify  |
     14// | it under the terms of the GNU General Public License as published by  |
     15// | the Free Software Foundation                                          |
     16// |                                                                       |
     17// | This program is distributed in the hope that it will be useful, but   |
     18// | WITHOUT ANY WARRANTY; without even the implied warranty of            |
     19// | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU      |
     20// | General Public License for more details.                              |
     21// |                                                                       |
     22// | You should have received a copy of the GNU General Public License     |
     23// | along with this program; if not, write to the Free Software           |
     24// | Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, |
     25// | USA.                                                                  |
     26// +-----------------------------------------------------------------------+
    1927// How to change the order of display for images in a category ?
    2028//
  • trunk/include/constants.php

    r351 r362  
    11<?php
    2 /***************************************************************************
    3  *                              constant.php                             *
    4  *                            -------------------                          *
    5  *   application   : PhpWebGallery 1.4 <http://phpwebgallery.net>          *
    6  *   author        : Pierrick LE GALL <pierrick@z0rglub.com>               *
    7  *                                                                         *
    8  *   $Id$
    9  *                                                                         *
    10  ***************************************************************************
    11 
    12  ***************************************************************************
    13  *                                                                         *
    14  *   This program is free software; you can redistribute it and/or modify  *
    15  *   it under the terms of the GNU General Public License as published by  *
    16  *   the Free Software Foundation;                                         *
    17  *                                                                         *
    18  ***************************************************************************/
     2// +-----------------------------------------------------------------------+
     3// |                             constants.php                             |
     4// +-----------------------------------------------------------------------+
     5// | application   : PhpWebGallery <http://phpwebgallery.net>              |
     6// | branch        : BSF (Best So Far)                                     |
     7// +-----------------------------------------------------------------------+
     8// | file          : $RCSfile$
     9// | last update   : $Date$
     10// | last modifier : $Author$
     11// | revision      : $Revision$
     12// +-----------------------------------------------------------------------+
     13// | This program is free software; you can redistribute it and/or modify  |
     14// | it under the terms of the GNU General Public License as published by  |
     15// | the Free Software Foundation                                          |
     16// |                                                                       |
     17// | This program is distributed in the hope that it will be useful, but   |
     18// | WITHOUT ANY WARRANTY; without even the implied warranty of            |
     19// | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU      |
     20// | General Public License for more details.                              |
     21// |                                                                       |
     22// | You should have received a copy of the GNU General Public License     |
     23// | along with this program; if not, write to the Free Software           |
     24// | Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, |
     25// | USA.                                                                  |
     26// +-----------------------------------------------------------------------+
    1927
    2028define( 'PREFIX_INCLUDE', '' );
  • trunk/include/functions.inc.php

    r360 r362  
    11<?php
    2 /***************************************************************************
    3  *                             functions.inc.php                           *
    4  *                            -------------------                          *
    5  *   application   : PhpWebGallery 1.3 <http://phpwebgallery.net>          *
    6  *   author        : Pierrick LE GALL <pierrick@z0rglub.com>               *
    7  *                                                                         *
    8  *   $Id$
    9  *                                                                         *
    10  ***************************************************************************
    11 
    12  ***************************************************************************
    13  *                                                                         *
    14  *   This program is free software; you can redistribute it and/or modify  *
    15  *   it under the terms of the GNU General Public License as published by  *
    16  *   the Free Software Foundation;                                         *
    17  *                                                                         *
    18  ***************************************************************************/
     2// +-----------------------------------------------------------------------+
     3// |                           functions.inc.php                           |
     4// +-----------------------------------------------------------------------+
     5// | application   : PhpWebGallery <http://phpwebgallery.net>              |
     6// | branch        : BSF (Best So Far)                                     |
     7// +-----------------------------------------------------------------------+
     8// | file          : $RCSfile$
     9// | last update   : $Date$
     10// | last modifier : $Author$
     11// | revision      : $Revision$
     12// +-----------------------------------------------------------------------+
     13// | This program is free software; you can redistribute it and/or modify  |
     14// | it under the terms of the GNU General Public License as published by  |
     15// | the Free Software Foundation                                          |
     16// |                                                                       |
     17// | This program is distributed in the hope that it will be useful, but   |
     18// | WITHOUT ANY WARRANTY; without even the implied warranty of            |
     19// | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU      |
     20// | General Public License for more details.                              |
     21// |                                                                       |
     22// | You should have received a copy of the GNU General Public License     |
     23// | along with this program; if not, write to the Free Software           |
     24// | Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, |
     25// | USA.                                                                  |
     26// +-----------------------------------------------------------------------+
    1927include( PREFIX_INCLUDE.'./include/functions_user.inc.php' );
    2028include( PREFIX_INCLUDE.'./include/functions_session.inc.php' );
  • trunk/include/functions_category.inc.php

    r345 r362  
    11<?php
    2 /***************************************************************************
    3  *                         functions_category.inc.php                      *
    4  *                            --------------------                         *
    5  *   application          : PhpWebGallery 1.3 <http://phpwebgallery.net>   *
    6  *   author        : Pierrick LE GALL <pierrick@z0rglub.com>               *
    7  *                                                                         *
    8  *   $Id$
    9  *                                                                         *
    10  ***************************************************************************
    11 
    12  ***************************************************************************
    13  *                                                                         *
    14  *   This program is free software; you can redistribute it and/or modify  *
    15  *   it under the terms of the GNU General Public License as published by  *
    16  *   the Free Software Foundation;                                         *
    17  *                                                                         *
    18  ***************************************************************************/
     2// +-----------------------------------------------------------------------+
     3// |                      functions_category.inc.php                       |
     4// +-----------------------------------------------------------------------+
     5// | application   : PhpWebGallery <http://phpwebgallery.net>              |
     6// | branch        : BSF (Best So Far)                                     |
     7// +-----------------------------------------------------------------------+
     8// | file          : $RCSfile$
     9// | last update   : $Date$
     10// | last modifier : $Author$
     11// | revision      : $Revision$
     12// +-----------------------------------------------------------------------+
     13// | This program is free software; you can redistribute it and/or modify  |
     14// | it under the terms of the GNU General Public License as published by  |
     15// | the Free Software Foundation                                          |
     16// |                                                                       |
     17// | This program is distributed in the hope that it will be useful, but   |
     18// | WITHOUT ANY WARRANTY; without even the implied warranty of            |
     19// | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU      |
     20// | General Public License for more details.                              |
     21// |                                                                       |
     22// | You should have received a copy of the GNU General Public License     |
     23// | along with this program; if not, write to the Free Software           |
     24// | Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, |
     25// | USA.                                                                  |
     26// +-----------------------------------------------------------------------+
    1927
    2028function check_restrictions( $category_id )
  • trunk/include/functions_group.inc.php

    r345 r362  
    11<?php
    2 /***************************************************************************
    3  *                           functions_group.inc.php                       *
    4  *                            --------------------                         *
    5  *   application   : PhpWebGallery 1.3 <http://phpwebgallery.net>          *
    6  *   author        : Pierrick LE GALL <pierrick@z0rglub.com>               *
    7  *                                                                         *
    8  *   $Id$
    9  *                                                                         *
    10  ***************************************************************************
    11 
    12  ***************************************************************************
    13  *                                                                         *
    14  *   This program is free software; you can redistribute it and/or modify  *
    15  *   it under the terms of the GNU General Public License as published by  *
    16  *   the Free Software Foundation;                                         *
    17  *                                                                         *
    18  ***************************************************************************/
     2// +-----------------------------------------------------------------------+
     3// |                        functions_group.inc.php                        |
     4// +-----------------------------------------------------------------------+
     5// | application   : PhpWebGallery <http://phpwebgallery.net>              |
     6// | branch        : BSF (Best So Far)                                     |
     7// +-----------------------------------------------------------------------+
     8// | file          : $RCSfile$
     9// | last update   : $Date$
     10// | last modifier : $Author$
     11// | revision      : $Revision$
     12// +-----------------------------------------------------------------------+
     13// | This program is free software; you can redistribute it and/or modify  |
     14// | it under the terms of the GNU General Public License as published by  |
     15// | the Free Software Foundation                                          |
     16// |                                                                       |
     17// | This program is distributed in the hope that it will be useful, but   |
     18// | WITHOUT ANY WARRANTY; without even the implied warranty of            |
     19// | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU      |
     20// | General Public License for more details.                              |
     21// |                                                                       |
     22// | You should have received a copy of the GNU General Public License     |
     23// | along with this program; if not, write to the Free Software           |
     24// | Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, |
     25// | USA.                                                                  |
     26// +-----------------------------------------------------------------------+
    1927
    2028// get_group_restrictions returns an array containing all unaccessible
  • trunk/include/functions_session.inc.php

    r57 r362  
    11<?php
    2 /***************************************************************************
    3  *                         functions_session.inc.php                       *
    4  *                            -------------------                          *
    5  *   application   : PhpWebGallery 1.3 <http://phpwebgallery.net>          *
    6  *   author        : Pierrick LE GALL <pierrick@z0rglub.com>               *
    7  *                                                                         *
    8  *   $Id$
    9  *                                                                         *
    10  ***************************************************************************
    11 
    12  ***************************************************************************
    13  *                                                                         *
    14  *   This program is free software; you can redistribute it and/or modify  *
    15  *   it under the terms of the GNU General Public License as published by  *
    16  *   the Free Software Foundation;                                         *
    17  *                                                                         *
    18  ***************************************************************************/
     2// +-----------------------------------------------------------------------+
     3// |                       functions_session.inc.php                       |
     4// +-----------------------------------------------------------------------+
     5// | application   : PhpWebGallery <http://phpwebgallery.net>              |
     6// | branch        : BSF (Best So Far)                                     |
     7// +-----------------------------------------------------------------------+
     8// | file          : $RCSfile$
     9// | last update   : $Date$
     10// | last modifier : $Author$
     11// | revision      : $Revision$
     12// +-----------------------------------------------------------------------+
     13// | This program is free software; you can redistribute it and/or modify  |
     14// | it under the terms of the GNU General Public License as published by  |
     15// | the Free Software Foundation                                          |
     16// |                                                                       |
     17// | This program is distributed in the hope that it will be useful, but   |
     18// | WITHOUT ANY WARRANTY; without even the implied warranty of            |
     19// | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU      |
     20// | General Public License for more details.                              |
     21// |                                                                       |
     22// | You should have received a copy of the GNU General Public License     |
     23// | along with this program; if not, write to the Free Software           |
     24// | Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, |
     25// | USA.                                                                  |
     26// +-----------------------------------------------------------------------+
    1927
    2028// The function generate_key creates a string with pseudo random characters.
  • trunk/include/functions_user.inc.php

    r345 r362  
    11<?php
    2 /***************************************************************************
    3  *                           functions_user.inc.php                        *
    4  *                            --------------------                         *
    5  *   application   : PhpWebGallery 1.3 <http://phpwebgallery.net>          *
    6  *   author        : Pierrick LE GALL <pierrick@z0rglub.com>               *
    7  *                                                                         *
    8  *   $Id$
    9  *                                                                         *
    10  ***************************************************************************
    11 
    12  ***************************************************************************
    13  *                                                                         *
    14  *   This program is free software; you can redistribute it and/or modify  *
    15  *   it under the terms of the GNU General Public License as published by  *
    16  *   the Free Software Foundation;                                         *
    17  *                                                                         *
    18  ***************************************************************************/
     2// +-----------------------------------------------------------------------+
     3// |                        functions_user.inc.php                         |
     4// +-----------------------------------------------------------------------+
     5// | application   : PhpWebGallery <http://phpwebgallery.net>              |
     6// | branch        : BSF (Best So Far)                                     |
     7// +-----------------------------------------------------------------------+
     8// | file          : $RCSfile$
     9// | last update   : $Date$
     10// | last modifier : $Author$
     11// | revision      : $Revision$
     12// +-----------------------------------------------------------------------+
     13// | This program is free software; you can redistribute it and/or modify  |
     14// | it under the terms of the GNU General Public License as published by  |
     15// | the Free Software Foundation                                          |
     16// |                                                                       |
     17// | This program is distributed in the hope that it will be useful, but   |
     18// | WITHOUT ANY WARRANTY; without even the implied warranty of            |
     19// | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU      |
     20// | General Public License for more details.                              |
     21// |                                                                       |
     22// | You should have received a copy of the GNU General Public License     |
     23// | along with this program; if not, write to the Free Software           |
     24// | Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, |
     25// | USA.                                                                  |
     26// +-----------------------------------------------------------------------+
    1927
    2028// validate_mail_address verifies whether the given mail address has the
  • trunk/include/functions_xml.inc.php

    r345 r362  
    11<?php
    2 /***************************************************************************
    3  *                           functions_xml.inc.php                         *
    4  *                            -------------------                          *
    5  *   application   : PhpWebGallery 1.3 <http://phpwebgallery.net>          *
    6  *   author        : Pierrick LE GALL <pierrick@z0rglub.com>               *
    7  *                                                                         *
    8  *   $Id$
    9  *                                                                         *
    10  ***************************************************************************
    11 
    12  ***************************************************************************
    13  *                                                                         *
    14  *   This program is free software; you can redistribute it and/or modify  *
    15  *   it under the terms of the GNU General Public License as published by  *
    16  *   the Free Software Foundation;                                         *
    17  *                                                                         *
    18  ***************************************************************************/
     2// +-----------------------------------------------------------------------+
     3// |                         functions_xml.inc.php                         |
     4// +-----------------------------------------------------------------------+
     5// | application   : PhpWebGallery <http://phpwebgallery.net>              |
     6// | branch        : BSF (Best So Far)                                     |
     7// +-----------------------------------------------------------------------+
     8// | file          : $RCSfile$
     9// | last update   : $Date$
     10// | last modifier : $Author$
     11// | revision      : $Revision$
     12// +-----------------------------------------------------------------------+
     13// | This program is free software; you can redistribute it and/or modify  |
     14// | it under the terms of the GNU General Public License as published by  |
     15// | the Free Software Foundation                                          |
     16// |                                                                       |
     17// | This program is distributed in the hope that it will be useful, but   |
     18// | WITHOUT ANY WARRANTY; without even the implied warranty of            |
     19// | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU      |
     20// | General Public License for more details.                              |
     21// |                                                                       |
     22// | You should have received a copy of the GNU General Public License     |
     23// | along with this program; if not, write to the Free Software           |
     24// | Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, |
     25// | USA.                                                                  |
     26// +-----------------------------------------------------------------------+
    1927//------------------------------------------------------------------- functions
    2028// getContent returns the content of a tag
  • trunk/include/index.php

    r57 r362  
    11<?php
    2 /***************************************************************************
    3  *                                  index.php                              *
    4  *                            -------------------                          *
    5  *   application   : PhpWebGallery 1.3 <http://phpwebgallery.net>          *
    6  *   author        : Pierrick LE GALL <pierrick@z0rglub.com>               *
    7  *                                                                         *
    8  *   $Id$
    9  *                                                                         *
    10  ***************************************************************************/
    11 
     2// +-----------------------------------------------------------------------+
     3// |                               index.php                               |
     4// +-----------------------------------------------------------------------+
     5// | application   : PhpWebGallery <http://phpwebgallery.net>              |
     6// | branch        : BSF (Best So Far)                                     |
     7// +-----------------------------------------------------------------------+
     8// | file          : $RCSfile$
     9// | last update   : $Date$
     10// | last modifier : $Author$
     11// | revision      : $Revision$
     12// +-----------------------------------------------------------------------+
     13// | This program is free software; you can redistribute it and/or modify  |
     14// | it under the terms of the GNU General Public License as published by  |
     15// | the Free Software Foundation                                          |
     16// |                                                                       |
     17// | This program is distributed in the hope that it will be useful, but   |
     18// | WITHOUT ANY WARRANTY; without even the implied warranty of            |
     19// | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU      |
     20// | General Public License for more details.                              |
     21// |                                                                       |
     22// | You should have received a copy of the GNU General Public License     |
     23// | along with this program; if not, write to the Free Software           |
     24// | Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, |
     25// | USA.                                                                  |
     26// +-----------------------------------------------------------------------+
    1227$url = '../category.php';
    1328header( 'Request-URI: '.$url ); 
  • trunk/include/page_header.php

    r351 r362  
    11<?php
    2 /***************************************************************************
    3  *                                page_header.php                                *
    4  *                            ------------------                           *
    5  *   application   : PhpWebGallery 1.4 <http://phpwebgallery.net>          *
    6  *   author        : Pierrick LE GALL <pierrick@z0rglub.com>               *
    7  *                                                                         *
    8  *   $Id$
    9  *                                                                         *
    10  ***************************************************************************/
    11 
    12 /***************************************************************************
    13  *                                                                         *
    14  *   This program is free software; you can redistribute it and/or modify  *
    15  *   it under the terms of the GNU General Public License as published by  *
    16  *   the Free Software Foundation;                                         *
    17  *                                                                         *
    18  ***************************************************************************/
     2// +-----------------------------------------------------------------------+
     3// |                            page_header.php                            |
     4// +-----------------------------------------------------------------------+
     5// | application   : PhpWebGallery <http://phpwebgallery.net>              |
     6// | branch        : BSF (Best So Far)                                     |
     7// +-----------------------------------------------------------------------+
     8// | file          : $RCSfile$
     9// | last update   : $Date$
     10// | last modifier : $Author$
     11// | revision      : $Revision$
     12// +-----------------------------------------------------------------------+
     13// | This program is free software; you can redistribute it and/or modify  |
     14// | it under the terms of the GNU General Public License as published by  |
     15// | the Free Software Foundation                                          |
     16// |                                                                       |
     17// | This program is distributed in the hope that it will be useful, but   |
     18// | WITHOUT ANY WARRANTY; without even the implied warranty of            |
     19// | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU      |
     20// | General Public License for more details.                              |
     21// |                                                                       |
     22// | You should have received a copy of the GNU General Public License     |
     23// | along with this program; if not, write to the Free Software           |
     24// | Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, |
     25// | USA.                                                                  |
     26// +-----------------------------------------------------------------------+
    1927 
    2028//
  • trunk/include/page_tail.php

    r351 r362  
    11<?php
     2// +-----------------------------------------------------------------------+
     3// |                             page_tail.php                             |
     4// +-----------------------------------------------------------------------+
     5// | application   : PhpWebGallery <http://phpwebgallery.net>              |
     6// | branch        : BSF (Best So Far)                                     |
     7// +-----------------------------------------------------------------------+
     8// | file          : $RCSfile$
     9// | last update   : $Date$
     10// | last modifier : $Author$
     11// | revision      : $Revision$
     12// +-----------------------------------------------------------------------+
     13// | This program is free software; you can redistribute it and/or modify  |
     14// | it under the terms of the GNU General Public License as published by  |
     15// | the Free Software Foundation                                          |
     16// |                                                                       |
     17// | This program is distributed in the hope that it will be useful, but   |
     18// | WITHOUT ANY WARRANTY; without even the implied warranty of            |
     19// | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU      |
     20// | General Public License for more details.                              |
     21// |                                                                       |
     22// | You should have received a copy of the GNU General Public License     |
     23// | along with this program; if not, write to the Free Software           |
     24// | Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, |
     25// | USA.                                                                  |
     26// +-----------------------------------------------------------------------+
    227$template->set_filenames(array('tail'=>'footer.tpl'));
    328
  • trunk/include/template.php

    r351 r362  
    11<?php
    2 /***************************************************************************
    3  *                              template.php
    4  *                            -------------------
    5  *   begin                : Saturday, Feb 13, 2001
    6  *   copyright            : (C) 2001 The phpBB Group
    7  *   email                : support@phpbb.com
    8  *
    9  *   $Id$
    10  *
    11  *
    12  ***************************************************************************/
    13 
    14 /***************************************************************************
    15  *
    16  *   This program is free software; you can redistribute it and/or modify
    17  *   it under the terms of the GNU General Public License as published by
    18  *   the Free Software Foundation; either version 2 of the License, or
    19  *   (at your option) any later version.
    20  *
    21  ***************************************************************************/
     2// +-----------------------------------------------------------------------+
     3// |                             template.php                              |
     4// +-----------------------------------------------------------------------+
     5// | application   : PhpWebGallery <http://phpwebgallery.net>              |
     6// | branch        : BSF (Best So Far)                                     |
     7// +-----------------------------------------------------------------------+
     8// | file          : $RCSfile$
     9// | last update   : $Date$
     10// | last modifier : $Author$
     11// | revision      : $Revision$
     12// +-----------------------------------------------------------------------+
     13// | This program is free software; you can redistribute it and/or modify  |
     14// | it under the terms of the GNU General Public License as published by  |
     15// | the Free Software Foundation                                          |
     16// |                                                                       |
     17// | This program is distributed in the hope that it will be useful, but   |
     18// | WITHOUT ANY WARRANTY; without even the implied warranty of            |
     19// | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU      |
     20// | General Public License for more details.                              |
     21// |                                                                       |
     22// | You should have received a copy of the GNU General Public License     |
     23// | along with this program; if not, write to the Free Software           |
     24// | Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, |
     25// | USA.                                                                  |
     26// +-----------------------------------------------------------------------+
    2227
    2328/**
  • trunk/include/user.inc.php

    r351 r362  
    11<?php
    2 /***************************************************************************
    3  *                               user.inc.php                              *
    4  *                            ------------------                           *
    5  *   application   : PhpWebGallery 1.3 <http://phpwebgallery.net>          *
    6  *   author        : Pierrick LE GALL <pierrick@z0rglub.com>               *
    7  *                                                                         *
    8  *   $Id$
    9  *                                                                         *
    10  ***************************************************************************
    11 
    12  ***************************************************************************
    13  *                                                                         *
    14  *   This program is free software; you can redistribute it and/or modify  *
    15  *   it under the terms of the GNU General Public License as published by  *
    16  *   the Free Software Foundation;                                         *
    17  *                                                                         *
    18  ***************************************************************************/
     2// +-----------------------------------------------------------------------+
     3// |                             user.inc.php                              |
     4// +-----------------------------------------------------------------------+
     5// | application   : PhpWebGallery <http://phpwebgallery.net>              |
     6// | branch        : BSF (Best So Far)                                     |
     7// +-----------------------------------------------------------------------+
     8// | file          : $RCSfile$
     9// | last update   : $Date$
     10// | last modifier : $Author$
     11// | revision      : $Revision$
     12// +-----------------------------------------------------------------------+
     13// | This program is free software; you can redistribute it and/or modify  |
     14// | it under the terms of the GNU General Public License as published by  |
     15// | the Free Software Foundation                                          |
     16// |                                                                       |
     17// | This program is distributed in the hope that it will be useful, but   |
     18// | WITHOUT ANY WARRANTY; without even the implied warranty of            |
     19// | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU      |
     20// | General Public License for more details.                              |
     21// |                                                                       |
     22// | You should have received a copy of the GNU General Public License     |
     23// | along with this program; if not, write to the Free Software           |
     24// | Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, |
     25// | USA.                                                                  |
     26// +-----------------------------------------------------------------------+
    1927
    2028// retrieving user informations
  • trunk/include/vtemplate.class.php

    r345 r362  
    11<?php
    2 /*****************************************************************
    3  *                      VIRTUAL-TEMPLATE
    4  *
    5  * Version : 1.3.2 Base Edition ( Decembre 2003 ) build 1
    6  *
    7  * Address : http://vtemplate.sourceforge.net
    8  *
    9  * Authors:
    10  *   + THIEBAUT Jean-Baptiste(J.Baptiste@leweby.com)  -  http://www.leweby.com .
    11  *   + CAMPANA François (fc@netouaibe.com).
    12  * Licence: GPL.
    13  *
    14  *
    15  *
    16  *                       
    17  *****************************************************************/
     2// +-----------------------------------------------------------------------+
     3// |                          vtemplate.class.php                          |
     4// +-----------------------------------------------------------------------+
     5// | application   : PhpWebGallery <http://phpwebgallery.net>              |
     6// | branch        : BSF (Best So Far)                                     |
     7// +-----------------------------------------------------------------------+
     8// | file          : $RCSfile$
     9// | last update   : $Date$
     10// | last modifier : $Author$
     11// | revision      : $Revision$
     12// +-----------------------------------------------------------------------+
     13// | This program is free software; you can redistribute it and/or modify  |
     14// | it under the terms of the GNU General Public License as published by  |
     15// | the Free Software Foundation                                          |
     16// |                                                                       |
     17// | This program is distributed in the hope that it will be useful, but   |
     18// | WITHOUT ANY WARRANTY; without even the implied warranty of            |
     19// | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU      |
     20// | General Public License for more details.                              |
     21// |                                                                       |
     22// | You should have received a copy of the GNU General Public License     |
     23// | along with this program; if not, write to the Free Software           |
     24// | Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, |
     25// | USA.                                                                  |
     26// +-----------------------------------------------------------------------+
    1827// to make it work on nexen.net
    1928set_magic_quotes_runtime(0);
  • trunk/index.php

    r354 r362  
    11<?php
    22// +-----------------------------------------------------------------------+
    3 // |                           index.php                                |
     3// |                               index.php                               |
    44// +-----------------------------------------------------------------------+
    55// | application   : PhpWebGallery <http://phpwebgallery.net>              |
    6 // | branch        : 1.4                                                   |
     6// | branch        : BSF (Best So Far)                                     |
    77// +-----------------------------------------------------------------------+
    88// | file          : $RCSfile$
  • trunk/install.php

    r354 r362  
    11<?php
    22// +-----------------------------------------------------------------------+
    3 // |                           install.php                                |
     3// |                              install.php                              |
    44// +-----------------------------------------------------------------------+
    55// | application   : PhpWebGallery <http://phpwebgallery.net>              |
    6 // | branch        : 1.4                                                   |
     6// | branch        : BSF (Best So Far)                                     |
    77// +-----------------------------------------------------------------------+
    88// | file          : $RCSfile$
  • trunk/language/english.php

    r345 r362  
    11<?php
    2 /***************************************************************************
    3  *                                english.php                              *
    4  *                            -------------------                          *
    5  *   application   : PhpWebGallery 1.3 <http://phpwebgallery.net>          *
    6  *   author        : Pierrick LE GALL <pierrick@z0rglub.com>               *
    7  *                                                                         *
    8  *   $Id$
    9  *                                                                         *
    10  ***************************************************************************/
    11 
    12 /***************************************************************************
    13  *                                                                         *
    14  *   This program is free software; you can redistribute it and/or modify  *
    15  *   it under the terms of the GNU General Public License as published by  *
    16  *   the Free Software Foundation;                                         *
    17  *                                                                         *
    18  ***************************************************************************/
     2// +-----------------------------------------------------------------------+
     3// |                              english.php                              |
     4// +-----------------------------------------------------------------------+
     5// | application   : PhpWebGallery <http://phpwebgallery.net>              |
     6// | branch        : BSF (Best So Far)                                     |
     7// +-----------------------------------------------------------------------+
     8// | file          : $RCSfile$
     9// | last update   : $Date$
     10// | last modifier : $Author$
     11// | revision      : $Revision$
     12// +-----------------------------------------------------------------------+
     13// | This program is free software; you can redistribute it and/or modify  |
     14// | it under the terms of the GNU General Public License as published by  |
     15// | the Free Software Foundation                                          |
     16// |                                                                       |
     17// | This program is distributed in the hope that it will be useful, but   |
     18// | WITHOUT ANY WARRANTY; without even the implied warranty of            |
     19// | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU      |
     20// | General Public License for more details.                              |
     21// |                                                                       |
     22// | You should have received a copy of the GNU General Public License     |
     23// | along with this program; if not, write to the Free Software           |
     24// | Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, |
     25// | USA.                                                                  |
     26// +-----------------------------------------------------------------------+
    1927
    2028$lang['only_members'] = 'Only members can access this page';
  • trunk/picture.php

    r354 r362  
    11<?php
    22// +-----------------------------------------------------------------------+
    3 // |                           picture.php                                |
     3// |                              picture.php                              |
    44// +-----------------------------------------------------------------------+
    55// | application   : PhpWebGallery <http://phpwebgallery.net>              |
    6 // | branch        : 1.4                                                   |
     6// | branch        : BSF (Best So Far)                                     |
    77// +-----------------------------------------------------------------------+
    88// | file          : $RCSfile$
  • trunk/profile.php

    r354 r362  
    11<?php
    22// +-----------------------------------------------------------------------+
    3 // |                           profile.php                                |
     3// |                              profile.php                              |
    44// +-----------------------------------------------------------------------+
    55// | application   : PhpWebGallery <http://phpwebgallery.net>              |
    6 // | branch        : 1.4                                                   |
     6// | branch        : BSF (Best So Far)                                     |
    77// +-----------------------------------------------------------------------+
    88// | file          : $RCSfile$
  • trunk/register.php

    r354 r362  
    11<?php
    22// +-----------------------------------------------------------------------+
    3 // |                           register.php                                |
     3// |                             register.php                              |
    44// +-----------------------------------------------------------------------+
    55// | application   : PhpWebGallery <http://phpwebgallery.net>              |
    6 // | branch        : 1.4                                                   |
     6// | branch        : BSF (Best So Far)                                     |
    77// +-----------------------------------------------------------------------+
    88// | file          : $RCSfile$
  • trunk/search.php

    r355 r362  
    11<?php
    22// +-----------------------------------------------------------------------+
    3 // |                           search.php                                |
     3// |                              search.php                               |
    44// +-----------------------------------------------------------------------+
    55// | application   : PhpWebGallery <http://phpwebgallery.net>              |
    6 // | branch        : 1.4                                                   |
     6// | branch        : BSF (Best So Far)                                     |
    77// +-----------------------------------------------------------------------+
    88// | file          : $RCSfile$
  • trunk/template/default/htmlfunctions.inc.php

    r355 r362  
    11<?php
    2 /***************************************************************************
    3  *                           htmlfunctions.inc.php                         *
    4  *                            -------------------                          *
    5  *   application   : PhpWebGallery 1.3 <http://phpwebgallery.net>          *
    6  *   author        : Pierrick LE GALL <pierrick@z0rglub.com>               *
    7  *                                                                         *
    8  *   $Id$
    9  *                                                                         *
    10  ***************************************************************************
    11 
    12  ***************************************************************************
    13  *                                                                         *
    14  *   This program is free software; you can redistribute it and/or modify  *
    15  *   it under the terms of the GNU General Public License as published by  *
    16  *   the Free Software Foundation;                                         *
    17  *                                                                         *
    18  ***************************************************************************/
     2// +-----------------------------------------------------------------------+
     3// |                         htmlfunctions.inc.php                         |
     4// +-----------------------------------------------------------------------+
     5// | application   : PhpWebGallery <http://phpwebgallery.net>              |
     6// | branch        : BSF (Best So Far)                                     |
     7// +-----------------------------------------------------------------------+
     8// | file          : $RCSfile$
     9// | last update   : $Date$
     10// | last modifier : $Author$
     11// | revision      : $Revision$
     12// +-----------------------------------------------------------------------+
     13// | This program is free software; you can redistribute it and/or modify  |
     14// | it under the terms of the GNU General Public License as published by  |
     15// | the Free Software Foundation                                          |
     16// |                                                                       |
     17// | This program is distributed in the hope that it will be useful, but   |
     18// | WITHOUT ANY WARRANTY; without even the implied warranty of            |
     19// | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU      |
     20// | General Public License for more details.                              |
     21// |                                                                       |
     22// | You should have received a copy of the GNU General Public License     |
     23// | along with this program; if not, write to the Free Software           |
     24// | Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, |
     25// | USA.                                                                  |
     26// +-----------------------------------------------------------------------+
    1927
    2028$user['lien_expanded']='./template/'.$user['template'].'/theme/expanded.gif';
  • trunk/upload.php

    r354 r362  
    11<?php
    22// +-----------------------------------------------------------------------+
    3 // |                           upload.php                                |
     3// |                              upload.php                               |
    44// +-----------------------------------------------------------------------+
    55// | application   : PhpWebGallery <http://phpwebgallery.net>              |
    6 // | branch        : 1.4                                                   |
     6// | branch        : BSF (Best So Far)                                     |
    77// +-----------------------------------------------------------------------+
    88// | file          : $RCSfile$
Note: See TracChangeset for help on using the changeset viewer.