| 
      1
     | 
    
      <?php
 
     | 
  
  
    | 
      2
     | 
    
      /**
 
     | 
  
  
    | 
      3
     | 
    
       * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
 
     | 
  
  
    | 
      4
     | 
    
       *
 
     | 
  
  
    | 
      5
     | 
    
       * This program is free software: you can redistribute it and/or modify
 
     | 
  
  
    | 
      6
     | 
    
       * it under the terms of the GNU General Public License as published by
 
     | 
  
  
    | 
      7
     | 
    
       * the Free Software Foundation, either version 3 of the License, or
 
     | 
  
  
    | 
      8
     | 
    
       * (at your option) any later version.
 
     | 
  
  
    | 
      9
     | 
    
       *
 
     | 
  
  
    | 
      10
     | 
    
       * This program is distributed in the hope that it will be useful,
 
     | 
  
  
    | 
      11
     | 
    
       * but WITHOUT ANY WARRANTY; without even the implied warranty of
 
     | 
  
  
    | 
      12
     | 
    
       * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 
     | 
  
  
    | 
      13
     | 
    
       * GNU General Public License for more details.
 
     | 
  
  
    | 
      14
     | 
    
       *
 
     | 
  
  
    | 
      15
     | 
    
       * You should have received a copy of the GNU General Public License
 
     | 
  
  
    | 
      16
     | 
    
       * along with this program.  If not, see <http://www.gnu.org/licenses/>.
 
     | 
  
  
    | 
      17
     | 
    
       */
 
     | 
  
  
    | 
      18
     | 
    
      
 
     | 
  
  
    | 
      19
     | 
    
      /**
 
     | 
  
  
    | 
      20
     | 
    
       * info.php
 
     | 
  
  
    | 
      21
     | 
    
       *
 
     | 
  
  
    | 
      22
     | 
    
       * @category     Modules
 
     | 
  
  
    | 
      23
     | 
    
       * @package      Modules_MultiLingual
 
     | 
  
  
    | 
      24
     | 
    
       * @author       Werner v.d.Decken <wkl@isteam.de>
 
     | 
  
  
    | 
      25
     | 
    
       * @author       Dietmar Wöllbrink <dietmar.woellbrink@websiteBaker.org>
 
     | 
  
  
    | 
      26
     | 
    
       * @copyright    Werner v.d.Decken <wkl@isteam.de>
 
     | 
  
  
    | 
      27
     | 
    
       * @license      http://www.gnu.org/licenses/gpl.html   GPL License
 
     | 
  
  
    | 
      28
     | 
    
       * @version      1.6.9
 
     | 
  
  
    | 
      29
     | 
    
       * @revision     $Revision: 2070 $
 
     | 
  
  
    | 
      30
     | 
    
       * @link         $HeadURL: svn://isteam.dynxs.de/wb-archiv/branches/2.8.x/wb/modules/MultiLingual/info.php $
 
     | 
  
  
    | 
      31
     | 
    
       * @lastmodified $Date: 2014-01-03 02:21:42 +0100 (Fri, 03 Jan 2014) $
 
     | 
  
  
    | 
      32
     | 
    
       * @since        File available since 09.01.2013
 
     | 
  
  
    | 
      33
     | 
    
       * @description  provides a flexible posibility for changeing to a translated page
 
     | 
  
  
    | 
      34
     | 
    
       */
 
     | 
  
  
    | 
      35
     | 
    
      
 
     | 
  
  
    | 
      36
     | 
    
      $module_directory = 'MultiLingual';
 
     | 
  
  
    | 
      37
     | 
    
      $module_name = 'MultiLingual Switcher 1.6.9';
 
     | 
  
  
    | 
      38
     | 
    
      $module_function = 'snippet';
 
     | 
  
  
    | 
      39
     | 
    
      $module_version = '1.6.9';
 
     | 
  
  
    | 
      40
     | 
    
      $module_status	= 'alpha';
 
     | 
  
  
    | 
      41
     | 
    
      $module_platform = '2.8.4';
 
     | 
  
  
    | 
      42
     | 
    
      $module_author = 'Luisehahne';
 
     | 
  
  
    | 
      43
     | 
    
      $module_license = 'GNU General Public License';
 
     | 
  
  
    | 
      44
     | 
    
      $module_requirements = 'min. PHP 5.2.2 and WB 2.8.4 or higher';
 
     | 
  
  
    | 
      45
     | 
    
      $module_description = 'This snippet switches between different languages';
 
     |