Changeset 352 for trunk


Ignore:
Timestamp:
Feb 7, 2004, 4:31:01 PM (20 years ago)
Author:
z0rglub
Message:

correct coding header

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/category.php

    r351 r352  
    11<?php
    22// +-----------------------------------------------------------------------+
    3 // |                           category.php                           |
     3// |                           category.php                                |
    44// +-----------------------------------------------------------------------+
    55// | application   : PhpWebGallery <http://phpwebgallery.net>              |
    6 // | branch        : 1.4                                           |
     6// | branch        : 1.4                                                   |
    77// | author        : Pierrick LE GALL <pierrick@z0rglub.com>               |
    88// +-----------------------------------------------------------------------+
     
    1414// | This program is free software; you can redistribute it and/or modify  |
    1515// | it under the terms of the GNU General Public License as published by  |
    16 // | the Free Software Foundation;                                         |
     16// | the Free Software Foundation                                          |
     17// |                                                                       |
     18// | This program is distributed in the hope that it will be useful, but   |
     19// | WITHOUT ANY WARRANTY; without even the implied warranty of            |
     20// | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU      |
     21// | General Public License for more details.                              |
     22// |                                                                       |
     23// | You should have received a copy of the GNU General Public License     |
     24// | along with this program; if not, write to the Free Software           |
     25// | Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, |
     26// | USA.                                                                  |
    1727// +-----------------------------------------------------------------------+
    1828
    19 //----------------------------------------------------------- include
     29//--------------------------------------------------------------------- include
    2030$phpwg_root_path = './';
    2131include_once( $phpwg_root_path.'common.php' );
Note: See TracChangeset for help on using the changeset viewer.