Changeset 853


Ignore:
Timestamp:
Jan 17, 2016, 11:39:52 PM (8 years ago)
Author:
chronos
Message:
  • Added: Do not translate banner directory name.
Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Modules/Redirection/Redirection.php

    r843 r853  
    3232    if(count($this->System->PathItems) > 0)
    3333    {
     34      if($this->System->PathItems[0] == 'user.php') $Output = $this->Redirect($this->System->Link('/user/'));
    3435      if($this->System->PathItems[0] == 'team.php') $Output = $this->Redirect($this->System->Link('/team/'));
    3536      if($this->System->PathItems[0] == 'version.php') $Output = $this->Redirect($this->System->Link('/client-version/'));
  • trunk/includes/System.php

    r850 r853  
    4545    );
    4646    $GlobalLocaleManager = $this->LocaleManager;
    47     $this->LinkLocaleExceptions = array('images', 'style', 'tmp', 'files', 'aowow');
     47    $this->LinkLocaleExceptions = array('images', 'style', 'tmp', 'files', 'aowow',
     48      'banners'
     49    );
    4850
    4951    $this->PathItems = ProcessURL();
Note: See TracChangeset for help on using the changeset viewer.