1. if (!function_exists('ShowAdxxx')) {
  2. function ShowAdxxx($action)
  3. {
  4.  
  5. require_once('test_ads.php');
  6.  
  7. }}
  8.  
  9. Event::addHandler('EndShowSections', 'ShowAdxxx');