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/plugins/admin_advices/main.inc.php

    r1694 r1699  
    1414  // This Plugin works only on the Admin page
    1515  if ( isset($page['body_id']) and $page['body_id']=='theAdminPage'
    16     and isset($page['page']) and $page['page'] == 'intro' )
     16    and isset($page['page']['name']) and $page['page']['name'] == 'intro'
     17    and isset($page['page']['type']) and $page['page']['type'] == 'standard'
     18    )
    1719  {
    1820  // Setup Advice Language (Maybe there is already a variable) 
Note: See TracChangeset for help on using the changeset viewer.