Changeset 23487 for extensions/PersoFooter
- Timestamp:
- Jun 23, 2013, 10:31:07 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
extensions/PersoFooter/main.inc.php
r14972 r23487 26 26 function pft() 27 27 { 28 if ((script_basename() != 'admin')) 28 global $page; 29 if ((script_basename() != 'admin') and ($page['body_id'] != 'thePopuphelpPage')) 29 30 { 30 31 global $template, $conf;
Note: See TracChangeset
for help on using the changeset viewer.