Ignore:
Timestamp:
10/23/07 15:01:25 (5 years ago)
Author:
root
Message:

Removed the main.advertising.tpl panel, moved it to the module template directory

File:
1 edited

Legend:

Unmodified
Added
Removed
  • modules/common/advertising/php-files/modules/advertising/advertising_admin.php

    r999 r1000  
    566566        $variables['errortitle'] = $errortitle; 
    567567    } 
    568     $template_panels[] = array('type' => 'body', 'name' => 'modules.advertising', 'template' => 'modules.advertising.tpl', 'locale' => $locale_file); 
    569     $template_variables['modules.advertising'] = $variables; 
     568    $template_panels[] = array('type' => 'body', 'name' => 'modules.advertising.admin', 'template' => 'modules.advertising.admin.tpl', 'locale' => $locale_file); 
     569    $template_variables['modules.advertising.admin'] = $variables; 
    570570 
    571571    // loop through all advertising clients 
Note: See TracChangeset for help on using the changeset viewer.