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/include/functions.inc.php

    r1690 r1699  
    641641    $user = build_user( $conf['guest_id'], true);
    642642    include_once(get_language_filepath('common.lang.php'));
     643    trigger_action('loading_lang');
    643644    @include_once(get_language_filepath('local.lang.php'));
    644645    list($tmpl, $thm) = explode('/', $conf['default_template']);
Note: See TracChangeset for help on using the changeset viewer.