Ignore:
Timestamp:
Nov 23, 2009, 3:25:31 PM (14 years ago)
Author:
Gotcha
Message:

[extension] piwishack - correction bugs
bug:1263
bug:1267
bug:1262

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/piwishack/main.inc.php

    r4350 r4353  
    3838}
    3939
     40// Gestion multi-langues
     41define('PWS_DIR' , basename(dirname(__FILE__)));
     42define('piwishack_PATH' , PHPWG_PLUGINS_PATH . PWS_DIR . '/');
     43load_language('plugin.lang', piwishack_PATH);
     44
    4045?>
Note: See TracChangeset for help on using the changeset viewer.