Changeset 1699 for trunk/nbm.php


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/nbm.php

    r1118 r1699  
    3636// Translations are in admin file too
    3737include(get_language_filepath('admin.lang.php'));
     38// Need to update a second time
     39trigger_action('loading_lang');
     40@include(get_language_filepath('local.lang.php'));
     41
    3842
    3943// +-----------------------------------------------------------------------+
Note: See TracChangeset for help on using the changeset viewer.