Ignore:
Timestamp:
Dec 2, 2010, 1:53:06 PM (13 years ago)
Author:
nikrou
Message:

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

File:
1 copied

Legend:

Unmodified
Added
Removed
  • extensions/akBookStyle/trunk/language/fr_FR/index.php

    r7970 r7971  
    2121// +-----------------------------------------------------------------------+
    2222
    23 /*
    24 Plugin Name: akBookStyle
    25 Version: 0.2.3
    26 Description: Book style for designers
    27 Plugin URI: http://piwigo.org/ext/extension_view.php?eid=307
    28 Author: nikrou,vdigital
    29 Author URI: http://www.nikrou.net/
    30 */
    31 
    32 if (!defined('PHPWG_ROOT_PATH')) {
    33   die('Hacking attempt!');
    34 }
    35 
    36 include_once(dirname(__FILE__).'/init.php');
     23// Recursive call
     24$url = '../';
     25header( 'Request-URI: '.$url );
     26header( 'Content-Location: '.$url );
     27header( 'Location: '.$url );
     28exit();
    3729?>
Note: See TracChangeset for help on using the changeset viewer.