Changeset 1699 for trunk/plugins/admin_advices/main.inc.php
- Timestamp:
- Jan 8, 2007, 1:16:10 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/plugins/admin_advices/main.inc.php
r1694 r1699 14 14 // This Plugin works only on the Admin page 15 15 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 ) 17 19 { 18 20 // Setup Advice Language (Maybe there is already a variable)
Note: See TracChangeset
for help on using the changeset viewer.