Ignore:
Timestamp:
10/03/07 21:40:33 (5 years ago)
Author:
hverton
Message:

More xhtml fixes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • modules/common/ad_side_panel/php-files/modules/ad_side_panel/ad_side_panel.php

    r836 r865  
    1010| the included gpl.txt file or visit http://gnu.org  | 
    1111+----------------------------------------------------*/ 
    12 if (eregi("ad_side_panel.php", $_SERVER['PHP_SELF']) || !defined('ExiteCMS_INIT')) die(); 
     12if (eregi("ad_side_panel.php", $_SERVER['PHP_SELF']) || !defined('INIT_CMS_OK')) die(); 
    1313 
    1414// do not display this panel when in an admin module 
Note: See TracChangeset for help on using the changeset viewer.