Ignore:
Timestamp:
Nov 18, 2011, 1:54:29 PM (12 years ago)
Author:
flop25
Message:

adding one new key in language files
adding a link to see the current default plugin.lang.php, via localfiles editor
"overloading" the local language files to apply customization

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/adult_content/charte.php

    r12621 r12646  
    1919//include(get_language_filepath('plugin.lang.php', $adult_content->plugin_path));
    2020load_language('plugin.lang', $adult_content->plugin_path);
     21load_language('lang', PHPWG_ROOT_PATH.PWG_LOCAL_DIR, array('no_fallback'=>true, 'local'=>true) );
    2122$template->assign(
    2223  array(
Note: See TracChangeset for help on using the changeset viewer.