Changeset 32202 for extensions/PersoFooter/main.inc.php
- Timestamp:
- May 15, 2020, 4:08:52 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
extensions/PersoFooter/main.inc.php
r32179 r32202 47 47 function pft(){ 48 48 global $page, $pwg_loaded_plugins; 49 if ((script_basename() != 'admin') and ( $page['body_id'] != 'thePopuphelpPage')){49 if ((script_basename() != 'admin') and (isset($page['body_id']) and ($page['body_id'] != 'thePopuphelpPage'))){ 50 50 global $template, $conf; 51 51 if (isset($pwg_loaded_plugins['ExtendedDescription'])){add_event_handler('AP_render_content', 'get_user_language_desc');}
Note: See TracChangeset
for help on using the changeset viewer.