Ignore:
Timestamp:
Jan 25, 2010, 11:56:15 AM (14 years ago)
Author:
plg
Message:

feature 1399: i18n for Upload Form

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/upload_form/upload.php

    r4739 r4740  
    33// | Piwigo - a PHP based picture gallery                                  |
    44// +-----------------------------------------------------------------------+
    5 // | Copyright(C) 2009      Pierrick LE GALL             http://piwigo.org |
     5// | Copyright(C) 2010      Pierrick LE GALL             http://piwigo.org |
    66// +-----------------------------------------------------------------------+
    77// | This program is free software; you can redistribute it and/or modify  |
     
    2727include_once(PHPWG_ROOT_PATH.'admin/include/functions.php');
    2828include_once(UPLOAD_FORM_PATH.'include/functions_upload.inc.php');
    29 // load_language('plugin.lang', COMMUNITY_PATH);
     29load_language('plugin.lang', UPLOAD_FORM_PATH);
    3030
    3131$admin_base_url = get_root_url().'admin.php?page=plugin&section=upload_form%2Fupload.php';
Note: See TracChangeset for help on using the changeset viewer.