source: extensions/akBookStyle/trunk/language/it_IT/index.php @ 7971

Last change on this file since 7971 was 7971, checked in by nikrou, 13 years ago

Add lv_LV (Latvian) thanks to Aivars Baldone
Fix problem of language not loaded

File size: 2.5 KB
Line 
1<?php
2// +-----------------------------------------------------------------------+
3<<<<<<< HEAD
4// | PhpWebGallery - a PHP based picture gallery                           |
5// | Copyright (C) 2002-2003 Pierrick LE GALL - pierrick@phpwebgallery.net |
6// | Copyright (C) 2003-2007 PhpWebGallery Team - http://phpwebgallery.net |
7// +-----------------------------------------------------------------------+
8// | file          : $Id: index.php 6934 2010-09-15 20:24:46Z ddtddt $
9// | last update   : $Date: 2010-09-15 22:24:46 +0200 (mer. 15 sept. 2010) $
10// | last modifier : $Author: ddtddt $
11// | revision      : $Revision: 6934 $
12=======
13// | akBookStyle  - a plugin for Piwigo                                    |
14// +-----------------------------------------------------------------------+
15// | Copyright(C) 2009-2010 Nicolas Roudaire        http://www.nikrou.net  |
16// | Copyright(C) 2009      vdigital                                       |
17>>>>>>> Forget indexes
18// +-----------------------------------------------------------------------+
19// | This program is free software; you can redistribute it and/or modify  |
20// | it under the terms of the GNU General Public License as published by  |
21// | the Free Software Foundation                                          |
22// |                                                                       |
23// | This program is distributed in the hope that it will be useful, but   |
24// | WITHOUT ANY WARRANTY; without even the implied warranty of            |
25// | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU      |
26// | General Public License for more details.                              |
27// |                                                                       |
28// | You should have received a copy of the GNU General Public License     |
29// | along with this program; if not, write to the Free Software           |
30<<<<<<< HEAD
31// | Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, |
32// | USA.                                                                  |
33=======
34// | Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,            |
35// | MA 02110-1301 USA                                                     |
36>>>>>>> Forget indexes
37// +-----------------------------------------------------------------------+
38
39// Recursive call
40$url = '../';
41header( 'Request-URI: '.$url );
42header( 'Content-Location: '.$url );
43header( 'Location: '.$url );
44exit();
45<<<<<<< HEAD
46?>
47=======
48?>
49>>>>>>> Forget indexes
Note: See TracBrowser for help on using the repository browser.