Changeset 1699 for trunk/admin/include


Ignore:
Timestamp:
Jan 8, 2007, 1:16:10 AM (17 years ago)
Author:
rub
Message:

Feature Issue ID 0000496: Integrate MOD add_index on PWG with plugin.lang.php

Add some plugin triggers:

o for help
o for language
o for site manager
o for advanced features

Allow to launch directly plugin page (without section key)

Add add_index plugin, available on site manager and advanced features

Configuration page and best help must be coming soon.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/admin/include/functions_notification_by_mail.inc.php

    r1679 r1699  
    255255    // language files
    256256    include(get_language_filepath('common.lang.php'));
    257     @include(get_language_filepath('local.lang.php'));
    258257    // No test admin because script is checked admin (user selected no)
    259258    // Translations are in admin file too
    260259    include(get_language_filepath('admin.lang.php'));
     260    trigger_action('loading_lang');
     261    @include(get_language_filepath('local.lang.php'));
    261262  }
    262263}
Note: See TracChangeset for help on using the changeset viewer.