Changeset 23487


Ignore:
Timestamp:
Jun 23, 2013, 10:31:07 PM (11 years ago)
Author:
ddtddt
Message:

[extensions] - PersoFooter - exclude popup help - idea hkdigit

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/PersoFooter/main.inc.php

    r14972 r23487  
    2626function pft()
    2727 {
    28    if ((script_basename() != 'admin'))
     28        global $page;
     29   if ((script_basename() != 'admin') and ($page['body_id'] != 'thePopuphelpPage'))
    2930  {
    3031        global $template, $conf;
Note: See TracChangeset for help on using the changeset viewer.