Ignore:
Timestamp:
Apr 5, 2008, 1:14:37 PM (16 years ago)
Author:
vdigital
Message:

Tweak: Comments update

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/plugins/language_switch/main.inc.php

    r2297 r2298  
    2121// | USA.                                                                  |
    2222// +-----------------------------------------------------------------------+
     23/*
    2324Plugin Name: Language Switch
    2425Version: 1.8
     
    2829Author URI: http://www.phpwebgallery.net
    2930*/
    30 // +-----------------------------------------------------------------------+
    31 // | PhpWebGallery - a PHP based picture gallery                           |
    32 // | Copyright (C) 2002-2003 Pierrick LE GALL - pierrick@phpwebgallery.net |
    33 // | Copyright (C) 2003-2007 PhpWebGallery Team - http://phpwebgallery.net |
    34 // +-----------------------------------------------------------------------+
    35 // | file          : $Id$
    36 // | last update   : $Date$
    37 // | last modifier : $Author$
    38 // | revision      : $Revision$
    39 // +-----------------------------------------------------------------------+
    40 // | This program is free software; you can redistribute it and/or modify  |
    41 // | it under the terms of the GNU General Public License as published by  |
    42 // | the Free Software Foundation                                          |
    43 // |                                                                       |
    44 // | This program is distributed in the hope that it will be useful, but   |
    45 // | WITHOUT ANY WARRANTY; without even the implied warranty of            |
    46 // | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU      |
    47 // | General Public License for more details.                              |
    48 // |                                                                       |
    49 // | You should have received a copy of the GNU General Public License     |
    50 // | along with this program; if not, write to the Free Software           |
    51 // | Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, |
    52 // | USA.                                                                  |
    53 // +-----------------------------------------------------------------------+
    5431include_once(PHPWG_PLUGINS_PATH.'language_switch/language_switch.inc.php');
    5532add_event_handler('loading_lang', 'language_switch' );
Note: See TracChangeset for help on using the changeset viewer.